#include <utilities/mvc/mvc_interfaces.h>
Inherits nitro::ExecuteCommandInterface.
Inherited by nitro::TopWindow.
Public Member Functions | |
virtual void * | GetGUI (const char *ViewName=NULL, void *Parent=NULL) |
virtual | ~ViewInterface () |
View's interface.
Definition at line 182 of file mvc_interfaces.h.
virtual nitro::ViewInterface::~ViewInterface | ( | ) | [inline, virtual] |
void * nitro::ViewInterface::GetGUI | ( | const char * | ViewName = NULL , |
|
void * | Parent = NULL | |||
) | [virtual] |
Function provides access to the GUI.
ViewName | - View's name. | |
Parent | - Parent for the view. |
nitro::exception | An exception of this type is thrown if the error occured. |
Reimplemented in nitro::TopWindow.
Definition at line 69 of file mvc_interfaces.cpp.
Referenced by nitro::Application::OnInit().
{
return( NULL );
}