26 #ifndef __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_CREATEPROGRESSWIDGETITEMEVENT_H 
   27 #define __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_CREATEPROGRESSWIDGETITEMEVENT_H 
   30 #include "../Config.h" 
   33 #include <QtCore/QEvent> 
   34 #include <QtCore/QString> 
   68           static QEvent::Type type();
 
   85 #endif  // __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_CREATEPROGRESSWIDGETITEMEVENT_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
int m_totalSteps
The total steps of progress widget that will be created. 
 
static QEvent::Type sm_customEventType
Custom Event Type. 
 
int m_taskId
The task id associated with the progress widget that will be created. 
 
QString m_label
Progress widget item label. 
 
The CreateProgressWidgetItemEvent is a custom event used to create a progress widget item...