26 #ifndef __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPPUSHBUTTON_H 
   27 #define __TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPPUSHBUTTON_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QPushButton> 
   70           void setPageReference(
const QString& ref);
 
   77           void setNameSpace(
const QString& ns);
 
   86           void mousePressEvent(QMouseEvent* e);
 
   97 #endif //__TERRALIB_QT_WIDGETS_HELP_INTERNAL_HELPPUSHBUTTON_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Push button that uses te::qt::widgets::HelpManager on its mouse pressed implementation. 
 
QString m_pgRef
Stores the reference for the help file to be presented. 
 
QString m_ns
Namespace being used. (Qt help usage)