Go to the documentation of this file.
28 I_ASSIGN(m_helpFileDirCompPtr,
"HelpFileDir",
"Directory where help files are stored",
true,
"HelpFileDir");
29 I_ASSIGN(m_defaultFileNameAttrPtr,
"DefaultHelpFileName",
"Help file name used if help without context is asked",
true,
"GeneralHelp.html");
30 I_ASSIGN(m_contextPrefixAttrPtr,
"ContextPrefix",
"File name prefix used for context based help file name",
true,
"");
31 I_ASSIGN(m_contextSuffixAttrPtr,
"ContextSuffix",
"File name suffix added to context based help file name",
true,
".html");
35 double GetHelpQuality(
const QString& contextText,
const istd::IPolymorphic* contextObjectPtr)
const override;
36 QString
GetHelpFilePath(
const QString& contextText,
const istd::IPolymorphic* contextObjectPtr)
const override;
40 I_ATTR(QString, m_defaultFileNameAttrPtr);
41 I_ATTR(QString, m_contextPrefixAttrPtr);
42 I_ATTR(QString, m_contextSuffixAttrPtr);
Base class for component implementation.
Allow to show help document to specified object or text.
double GetHelpQuality(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get quality of help information for specified context and/or object.
icomp::CComponentBase BaseClass
QString GetHelpFilePath(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get access to help file path for specified help information.
Common interface for any file system item name (e.g directory, file or URL path)
This package contains Qt implementations related to Document/View concept.
© Witold Gantzke and Kirill Lepskiy