#include <Plugins.h>
Collaboration diagram for CPluginObjectDescription:
Public Methods | |
__fastcall | CPluginObjectDescription (CPluginModule *module, const CExtUUID &objectuuid, const CExtUUID &categoryuuid, int imageindex) |
const CSmallString &__fastcall | GetName (void) const |
const int __fastcall | GetImage (void) const |
const CSmallString &__fastcall | GetCaption (void) const |
const CSmallString &__fastcall | GetHint (void) const |
const CExtUUID &__fastcall | GetCategory (void) const |
const CExtUUID &__fastcall | GetObjectUUID (void) const |
int __fastcall | GetObjectCount (void) const |
CComObject *__fastcall | CreateComObject (void *masterowner) |
CVisObject *__fastcall | CreateVisObject (void *masterowner) |
CPluginModule *__fastcall | GetPluginModule (void) const |
void __fastcall | Connect (CPluginObjectInfo &info) |
Friends | |
class | CPluginModule |
class | CPluginObjectInfo |