![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
#include <CIconProviderComp.h>
Public Types | |
typedef icomp::CComponentBase | BaseClass |
Public Member Functions | |
int | GetIconCount () const override |
Gets the number of icons in the collection. | |
QIcon | GetIcon (int index) const override |
Gets icon with the index iconIndex from collection. | |
![]() | |
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. | |
![]() | |
![]() |
Additional Inherited Members | |
![]() | |
static QIcon | LoadIcon (const QString &iconName) |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual void | OnComponentCreated () |
virtual void | OnComponentDestroyed () |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Definition at line 19 of file CIconProviderComp.h.
Definition at line 22 of file CIconProviderComp.h.
|
overridevirtual |
Gets icon with the index iconIndex
from collection.
Implements istdgui::IIconProvider.
|
overridevirtual |
Gets the number of icons in the collection.
Implements istdgui::IIconProvider.
© Witold Gantzke and Kirill Lepskiy