12 #ifndef CXHELPBROWSER_H 13 #define CXHELPBROWSER_H 15 #include "boost/shared_ptr.hpp" 16 #include <QTextBrowser> 17 #include "org_custusx_help_Export.h" 30 class org_custusx_help_EXPORT
HelpBrowser :
public QTextBrowser
36 virtual void setSource(
const QUrl& name);
37 void listenToEngineKeywordActivated();
40 void showHelpForKeyword(
const QString &
id);
43 virtual QVariant loadResource(
int type,
const QUrl &name);
44 HelpEnginePtr mEngine;
50 #endif // CXHELPBROWSER_H boost::shared_ptr< HelpEngine > HelpEnginePtr
Namespace for all CustusX production code.