#include <utilities/mvc/mvc_interfaces.h>
Производные классы:nitro::ControllerInterface и nitro::ViewInterface.
Открытые члены | |
virtual bool | ExecuteCommand (const char *Command, const void *Param1=NULL, const void *Param2=NULL) |
virtual | ~ExecuteCommandInterface () |
Класс отправления команд контроллерам и видам.
См. определение в файле mvc_interfaces.h строка 26
virtual nitro::ExecuteCommandInterface::~ExecuteCommandInterface | ( | ) | [inline, virtual] |
bool nitro::ExecuteCommandInterface::ExecuteCommand | ( | const char * | Command, | |
const void * | Param1 = NULL , |
|||
const void * | Param2 = NULL | |||
) | [virtual] |
Функция отправки команды классу.
Command | - Название команды. | |
Param1 | - Первый параметр. | |
Param2 | - Второй параметр. |
nitro::exception | - В случае ошибки кидается исключение этого типа с описанием ошибки. |
Переопределяется в nitro::TopWindow.
См. определение в файле mvc_interfaces.cpp строка 12
Используется в nitro::Application::OnInit().
{ return( true ); }