![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Base class for all components implementing 2D objects. More...
#include <TObject2dCompWrap.h>
Public Types | |
typedef icomp::CComponentBase | BaseClass |
typedef BaseObject2d | BaseClass2 |
Protected Member Functions | |
void | OnComponentCreated () override |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual void | OnComponentDestroyed () |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
Additional Inherited Members | |
![]() | |
CComponentBase () | |
Create component and assign it to specific context. | |
CComponentBase (const CComponentBase &)=delete | |
CComponentBase & | operator= (const CComponentBase &)=delete |
virtual const ICompositeComponent * | GetParentComponent (bool ownerOnly=false) const |
Get parent of this component. | |
virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") |
Get access to specified component interface. | |
virtual const IComponentContext * | GetComponentContext () const |
Get access to component context describing all application-specified component information loaded from components registry. | |
virtual void | SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner) |
Set component context of this component. | |
![]() | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Base class for all components implementing 2D objects.
The template parameter BaseObject2d
should be set to non-component 2D object implementing interface i2d::IObject2d
.
Definition at line 24 of file TObject2dCompWrap.h.
icomp::CComponentBase i2d::TObject2dCompWrap< BaseObject2d >::BaseClass |
Definition at line 27 of file TObject2dCompWrap.h.
BaseObject2d i2d::TObject2dCompWrap< BaseObject2d >::BaseClass2 |
Definition at line 28 of file TObject2dCompWrap.h.
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
Definition at line 51 of file TObject2dCompWrap.h.
© Witold Gantzke and Kirill Lepskiy