Public Member Functions

nitro::ExecuteCommandInterface Class Reference

#include <utilities/mvc/mvc_interfaces.h>

Inherited by nitro::ControllerInterface, and nitro::ViewInterface.

List of all members.

Public Member Functions

virtual bool ExecuteCommand (const char *Command, const void *Param1=NULL, const void *Param2=NULL)
virtual ~ExecuteCommandInterface ()

Detailed Description

Sending commands interface.

Author:
Dodonov A.A.

Definition at line 26 of file mvc_interfaces.h.


Constructor & Destructor Documentation

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

Destructor.

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

Definition at line 75 of file mvc_interfaces.h.

{}


Member Function Documentation

bool nitro::ExecuteCommandInterface::ExecuteCommand ( const char *  Command,
const void *  Param1 = NULL,
const void *  Param2 = NULL 
) [virtual]

Using this function a command to the class can be sent.

Parameters:
Command - Command's name.
Param1 - First parameter.
Param2 - Second parameter.
Returns:
- false if the command was processed.
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 12 of file mvc_interfaces.cpp.

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

        {
                return( true );
        }


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

Generated by  doxygen 1.6.1