24 I_ASSIGN(m_doxygenDirectoryAttrPtr,
"DoxygenDirectory",
"Specify the directory where doxygen directory can be find",
true,
"./Doxygen");
25 I_ASSIGN(m_slaveProvider,
"SlaveProvider",
"Slave help file path provider",
false,
"SlaveProvider");
37 I_ATTR(QString, m_doxygenDirectoryAttrPtr);
Base class for component implementation.
Allow to show help document to specified object or text.
QString CalcFilePath(const istd::CClassInfo &classInfo) const
icomp::CComponentBase BaseClass
virtual istd::CClassInfo CalcClassInfo(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const
virtual double GetHelpQuality(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get quality of help information for specified context and/or object.
virtual QString GetHelpFilePath(const QString &contextText, const istd::IPolymorphic *contextObjectPtr) const override
Get access to help file path for specified help information.
Represents platform independent type info and provide set of static class manipulation functions.
Base interface for all used interfaces and implementations.
This package contains Qt implementations related to Document/View concept.