![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
#include <CFreeWidgetGuiComp.h>
Public Types | |
typedef icomp::CComponentBase | BaseClass |
Protected Member Functions | |
void | OnComponentCreated () override |
void | OnComponentDestroyed () override |
I_TEXTATTR (m_titleAttrPtr) | |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
Protected Attributes | |
std::unique_ptr< QMainWindow > | m_mainWindowPtr |
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()) |
Definition at line 25 of file CFreeWidgetGuiComp.h.
Definition at line 28 of file CFreeWidgetGuiComp.h.
|
protected |
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.
|
protected |
Definition at line 43 of file CFreeWidgetGuiComp.h.
© Witold Gantzke and Kirill Lepskiy