26 #ifndef __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSSETVALUEEVENT_H 
   27 #define __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSSETVALUEEVENT_H 
   30 #include "../Config.h" 
   33 #include <QtCore/QEvent> 
   62           static QEvent::Type type();
 
   77 #endif  // __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSSETVALUEEVENT_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
static QEvent::Type sm_customEventType
Custom Event Type. 
 
The ProgressSetValueEvent is a custom event used to set a new value into a progress bar...
 
int m_value
Progress bar value attribute.