26 #ifndef __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPTOOLBUTTON_H 
   27 #define __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPTOOLBUTTON_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QToolButton> 
   70           void setPageReference(
const QString& ref);
 
   79           void mousePressEvent(QMouseEvent* e);
 
   89 #endif //__TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPTOOLBUTTON_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
QString m_pgRef
Stores the reference for the help file to be presented. 
 
Tool button that uses te::qt::widgets::HelpManager on its mouse pressed implementation.