|
ACF $AcfVersion:0$
|
#include <CStaticHelpFileProviderComp.h>
Public Types | |
| typedef icomp::CComponentBase | BaseClass |
Public Member Functions | |
| virtual double | GetHelpQuality (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override |
| Get quality of help information for specified context and/or object. | |
| virtual QString | GetHelpFilePath (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override |
| Get access to help file path for specified help information. | |
Public Member Functions inherited from icomp::CComponentBase | |
| CComponentBase () | |
| Create component and assign it to specific context. | |
| virtual const icomp::IComponent * | GetParentComponent (bool ownerOnly=false) const override |
| Get parent of this component. | |
| virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") override |
| Get access to specified component interface. | |
| virtual IComponentContextSharedPtr | GetComponentContext () const override |
| Get access to component context describing all application-specified component information loaded from components registry. | |
| virtual void | SetComponentContext (const IComponentContextSharedPtr &contextPtr, const icomp::IComponent *parentPtr, bool isParentOwner) override |
| Set component context of this component. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Additional Inherited Members | |
Protected Member Functions inherited from icomp::CComponentBase | |
| bool | IsComponentActive () const |
| Check if component is active. | |
| virtual void | OnComponentCreated () |
| virtual void | OnComponentDestroyed () |
| virtual const icomp::IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
| Get access to static info of this component. | |
Static Protected Member Functions inherited from icomp::CComponentBase | |
| static const icomp::IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
| static QByteArray | GetComponentId (const icomp::IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Definition at line 15 of file CStaticHelpFileProviderComp.h.
Definition at line 20 of file CStaticHelpFileProviderComp.h.
|
overridevirtual |
Get access to help file path for specified help information.
| contextText | Text describing the help context. |
| contextObjectPtr | Optional pointer to object needing help. |
The returned path can be used to load and display the help content in a browser or viewer.
Implements idoc::IHelpFileProvider.
|
overridevirtual |
Get quality of help information for specified context and/or object.
| contextText | Text describing the help context (e.g., class name, topic). |
| contextObjectPtr | Optional pointer to object needing help. |
Either contextText or contextObjectPtr can be provided, or both. The help provider uses these to determine if relevant help exists.
Implements idoc::IHelpInfoProvider.