#include <ExtVisObject.h>
Inheritance diagram for CExtVisObject:
Public Methods | |
__fastcall | CExtVisObject (TComponent *component, CComObject *owner, CPluginObjectInfo *objectinfo) |
__fastcall | CExtVisObject (TComponent *component, CComObject *owner, CPluginObjectInfo *objectinfo, const CSmallString &name) |
__fastcall | CExtVisObject (TComponent *component, CVisObject *owner, CPluginObjectInfo *objectinfo) |
__fastcall | CExtVisObject (TComponent *component, CVisObject *owner, CPluginObjectInfo *objectinfo, const CSmallString &name) |
bool __fastcall | RegisterEventForServer (const CEventIdentifier &event, CExtObject *server) |
bool __fastcall | UnregisterEventForServer (const CEventIdentifier &event, CExtObject *server) |
bool __fastcall | UnregisterAllEvents (void) |
virtual void __fastcall | ProcessEvent (const CEventIdentifier &event, CExtObject *Sender, void *p_data) |
Friends | |
class | CExtObject |
class | CExtObject::CEventRecievers |