Go to the documentation of this file.
10#include <QtCore/QtGlobal>
11#include <QtWidgets/QTextBrowser>
33 I_ASSIGN(m_helpFileProviderCompPtr,
"HelpFileProvider",
"Calculate path of html document",
true,
"HelpFileProvider");
37 double GetHelpQuality(
const QString& contextText,
const istd::IPolymorphic* contextObjectPtr)
const override;
40 void ShowHelp(
const QString& contextText,
const istd::IPolymorphic* contextObjectPtr)
override;
45 std::unique_ptr<QTextBrowser> m_helpWidgetPtr;
Base class for component implementation.
Allow to show help document to specified object or text.
Allow to show help document to specified object or text.
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
void ShowHelp(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) override
Show some help information for specified context.
This package contains Qt implementations related to Document/View concept.
© Witold Gantzke and Kirill Lepskiy