Public Member Functions

nitro::ViewInterface Class Reference

#include <utilities/mvc/mvc_interfaces.h>

Inherits nitro::ExecuteCommandInterface.

Inherited by nitro::TopWindow.

Collaboration diagram for nitro::ViewInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void * GetGUI (const char *ViewName=NULL, void *Parent=NULL)
virtual ~ViewInterface ()

Detailed Description

View's interface.

Author:
Dodonov A.A.

Definition at line 182 of file mvc_interfaces.h.


Constructor & Destructor Documentation

virtual nitro::ViewInterface::~ViewInterface (  )  [inline, virtual]

Destructor.

Note:
Virtual destructor.
Author:
Dodonov A.A.

Definition at line 227 of file mvc_interfaces.h.

{}


Member Function Documentation

void * nitro::ViewInterface::GetGUI ( const char *  ViewName = NULL,
void *  Parent = NULL 
) [virtual]

Function provides access to the GUI.

Parameters:
ViewName - View's name.
Parent - Parent for the view.
Returns:
View.
Exceptions:
nitro::exception An exception of this type is thrown if the error occured.
Author:
Dodonov A.A.

Reimplemented in nitro::TopWindow.

Definition at line 69 of file mvc_interfaces.cpp.

Referenced by nitro::Application::OnInit().

        {
                return( NULL );
        }


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.1