#include <ComObject.h>
Inheritance diagram for CComObject:
Public Methods | |
__fastcall | CComObject (CComObject *owner, CPluginObjectInfo *objectinfo) |
__fastcall | CComObject (CComObject *owner, CPluginObjectInfo *objectinfo, const CSmallString &name) |
__fastcall | CComObject (CVisObject *owner, CPluginObjectInfo *objectinfo) |
__fastcall | CComObject (CVisObject *owner, CPluginObjectInfo *objectinfo, const CSmallString &name) |
void __fastcall | SetName (const CSmallString &name) |
const CSmallString &__fastcall | GetName (void) const |
void __fastcall | SetDescription (const CSmallString &name) |
const CSmallString &__fastcall | GetDescription (void) const |
const CExtUUID &__fastcall | GetType (void) const |
const CExtUUID &__fastcall | GetCategory (void) const |
CPluginObjectInfo *__fastcall | GetPluginObjectInfo (void) const |
virtual int __fastcall | GetImageIndex (void) const |
const CSmallString __fastcall | GetLocaleString (const CSmallString &univalue) |
CComObject *__fastcall | GetComOwner (void) |
void __fastcall | SetOwner (CComObject *owner) |
void __fastcall | SetOwner (CVisObject *owner) |
virtual void __fastcall | SetIndex (int index) |
virtual int __fastcall | GetIndex (void) const |
Friends | |
class | CVisObject |