26 #ifndef __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPMANAGER_H 
   27 #define __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPMANAGER_H 
   30 #include "../../../common/Singleton.h" 
   31 #include "../Config.h" 
   34 #include <QtCore/QString> 
   43       class HelpManagerImpl;
 
   85         void showHelp(
const QString& htmRef, 
const QString& nSpace = 
"");
 
   92         void appendDoc(
const QString& docRef);
 
  108 #endif //__TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPMANAGER_H 
Template support for singleton pattern. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
An interface for help managers implementations. 
 
HelpManagerImpl * m_impl
Pointer to HelpManagerImpl to be used. 
 
Facade for a te::qt::widgets::HelpManagerImpl object.