#include <CDoxygenHelpFileProviderComp.h>
◆ BaseClass
◆ CalcClassInfo()
◆ CalcFilePath()
| QString iqtdoc::CDoxygenHelpFileProviderComp::CalcFilePath |
( |
const istd::CClassInfo & |
classInfo | ) |
const |
|
protected |
◆ GetHelpFilePath()
| virtual QString iqtdoc::CDoxygenHelpFileProviderComp::GetHelpFilePath |
( |
const QString & |
contextText, |
|
|
const istd::IPolymorphic * |
contextObjectPtr |
|
) |
| const |
|
overridevirtual |
Get access to help file path for specified help information.
- Parameters
-
| contextText | Text describing the help context. |
| contextObjectPtr | Optional pointer to object needing help. |
- Returns
- Full file path to help document (typically HTML), or empty string if no help file found.
The returned path can be used to load and display the help content in a browser or viewer.
Implements idoc::IHelpFileProvider.
◆ GetHelpQuality()
| virtual double iqtdoc::CDoxygenHelpFileProviderComp::GetHelpQuality |
( |
const QString & |
contextText, |
|
|
const istd::IPolymorphic * |
contextObjectPtr |
|
) |
| const |
|
overridevirtual |
Get quality of help information for specified context and/or object.
- Parameters
-
| contextText | Text describing the help context (e.g., class name, topic). |
| contextObjectPtr | Optional pointer to object needing help. |
- Returns
- Quality of help represented as value in range [0, 1].
- 0 means there is no usable help
- 1 means good context-specific help is available
- Values in between indicate partial or generic help availability
Either contextText or contextObjectPtr can be provided, or both. The help provider uses these to determine if relevant help exists.
Implements idoc::IHelpInfoProvider.
The documentation for this class was generated from the following file: