#include <csapp.h>
Inheritance diagram for csApp::csAppPlugin:
Public Methods | |
csAppPlugin (csApp *iParent) | |
Initialize. | |
virtual bool | Initialize (iObjectRegistry *object_reg) |
Initialize the application plugin. | |
virtual bool | HandleEvent (iEvent &Event) |
Handle a event and return true if processed. | |
Public Attributes | |
SCF_DECLARE_IBASE | |
csApp* | app |
The parent application. | |
csApp::csAppPlugin::eiEventHandler | scfiEventHandler |
Friends | |
class | eiEventHandler |