![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
#include <CComponentHelpFileProviderComp.h>
Public Types | |
typedef icomp::CComponentBase | BaseClass |
Public Member Functions | |
double | GetHelpQuality (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override |
Get quality of help information for specified context and/or object. | |
QString | GetHelpFilePath (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override |
Get access to help file path for specified help information. | |
![]() | |
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. | |
![]() | |
![]() | |
![]() |
Protected Member Functions | |
virtual QString | GetInfoFilePath (const icomp::CComponentAddress &componentAddress) const |
virtual QString | GetHelpFilePath (const icomp::CComponentAddress &componentAddress) const |
bool | ExtractComponentAddress (const QString &contextText, const istd::IPolymorphic *contextObjectPtr, icomp::CComponentAddress &result) const |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Definition at line 24 of file CComponentHelpFileProviderComp.h.
Definition at line 29 of file CComponentHelpFileProviderComp.h.
|
protected |
|
protectedvirtual |
|
overridevirtual |
Get access to help file path for specified help information.
Implements idoc::IHelpFileProvider.
|
overridevirtual |
Get quality of help information for specified context and/or object.
Implements idoc::IHelpInfoProvider.
|
protectedvirtual |
© Witold Gantzke and Kirill Lepskiy