|
ACF $AcfVersion:0$
|
Allow to show help document to specified object or text. More...
#include <IHelpFileProvider.h>
Public Member Functions | |
| virtual QString | GetHelpFilePath (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const =0 |
| Get access to help file path for specified help information. | |
Public Member Functions inherited from idoc::IHelpInfoProvider | |
| virtual double | GetHelpQuality (const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const =0 |
| Get quality of help information for specified context and/or object. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Allow to show help document to specified object or text.
Provides file path resolution for help content. This interface extends IHelpInfoProvider to add the ability to map help contexts to actual file paths.
Help file providers typically:
Definition at line 47 of file IHelpFileProvider.h.
|
pure virtual |
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.
Implemented in iqtdoc::CDoxygenHelpFileProviderComp, and iqtdoc::CStaticHelpFileProviderComp.