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;
49 mutable QUrl m_urlToShow;
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.
void OnGuiShown() override
Called from widget event filter when slave widget is shown.
double GetHelpQuality(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get quality of help information for specified context and/or object.
void ShowHelp(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) override
Show some help information for specified context.
istdgui::TGuiComponentBase< QTextBrowser > BaseClass
void OnGuiCreated() override
Called just after GUI is initialized.
Base class for all Qt GUI componentes.
This package contains Qt implementations related to Document/View concept.
© Witold Gantzke and Kirill Lepskiy