26 #ifndef __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSVIEWERBAR_H 
   27 #define __TERRALIB_QT_WIDGETS_PROGRESS_INTERNAL_PROGRESSVIEWERBAR_H 
   31 #include "../../../common/progress/TaskProgress.h" 
   32 #include "../Config.h" 
   35 #include <QGridLayout> 
   36 #include <QProgressBar> 
   37 #include <QPushButton> 
  146           std::map<int, te::common::TaskProgress*> 
m_tasks;   
 
A class that defines the interface of an abstract qt progress viewer.
 
This class can be used to inform the progress of a task.