26 #ifndef __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSWIDGETITEM_H 
   27 #define __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSWIDGETITEM_H 
   30 #include "../../widgets/Config.h" 
   33 #include <QtGui/QCommandLinkButton> 
   34 #include <QtGui/QFrame> 
   35 #include <QtGui/QGridLayout> 
   36 #include <QtGui/QLabel> 
   37 #include <QtGui/QProgressBar> 
   38 #include <QtGui/QWidget> 
   73           virtual void setValue(
int step);
 
   80           virtual void setLabel(
const std::string& message);
 
   88           virtual void cancel();
 
   97           void taskCanceled(
int id);
 
  106           virtual void customEvent(QEvent* e);
 
  123 #endif  // __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSWIDGETITEM_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
QGridLayout * m_frameGridLayout
GUI Objects used to build the custom widget. 
 
QLabel * m_label
GUI Objects used to build the custom widget. 
 
QGridLayout * m_mainGridLayout
GUI Objects used to build the custom widget. 
 
QFrame * m_frame
GUI Objects used to build the custom widget. 
 
Custom widget used to represent a single task. 
 
QProgressBar * m_progressBar
GUI Objects used to build the custom widget. 
 
QCommandLinkButton * m_button
GUI Objects used to build the custom widget. 
 
int m_taskId
Task Identifier.