|
ACF $AcfVersion:0$
|
Allow to show help document to specified object or text. More...
#include <IHelpViewer.h>
Public Member Functions | |
| virtual void | ShowHelp (const QString &contextText, const istd::IPolymorphic *contextObjectPtr)=0 |
| Show some help information for specified context. | |
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.
Extends IHelpInfoProvider to provide actual help display functionality. This is the main interface for help viewer components that can show help content to the user.
Definition at line 44 of file IHelpViewer.h.
|
pure virtual |
Show some help information for specified context.
| contextText | Text describing the help context (e.g., "FileMenu", "UndoCommand"). |
| contextObjectPtr | Optional pointer to object needing help. |
This method displays help content in an appropriate viewer (browser, dialog, etc.). The implementation determines the best way to present the help based on the context.
Implemented in iqtdoc::CHtmlHelpGuiComp, and iqtdoc::CHtmlHelpViewerComp.