![]() |
Public API Reference |
#include <csapp.h>
Inheritance diagram for csApp::csAppPlugin:
Public Methods | |
csAppPlugin (csApp *iParent) | |
Initialize. More... | |
virtual bool | Initialize (iObjectRegistry *object_reg) |
Initialize the application plugin. More... | |
virtual bool | HandleEvent (iEvent &Event) |
Handle a event and return true if processed. More... | |
Public Attributes | |
csApp * | app |
The parent application. More... | |
csApp::csAppPlugin::eiEventHandler | scfiEventHandler |
iEventHandler implementation. More... |
Definition at line 110 of file csapp.h.
|
Initialize.
|
|
Handle a event and return true if processed.
|
|
Initialize the application plugin.
Implements iComponent. |
|
The parent application.
|
|
iEventHandler implementation.
|