A class that defines the interface of a qt widget to group a set of ProgressWidgetItem.  
 More...
#include <ProgressViewerWidget.h>
 | 
| void  | cancel (int id) | 
|   | This slot is connect to all cancel buttons of each progress items.  More...
  | 
|   | 
A class that defines the interface of a qt widget to group a set of ProgressWidgetItem. 
This viewer is made using ProgressWidgetItem. Feed back will be generated over a custom widget. Multiples tasks will be displayed using individual progress widgets
The proportional value is informed by each task.
- See also
 - AbstractProgressViewer, QtProgressBar
 
- Note
 - In this viewer, tasks can be deleted. 
 
Definition at line 69 of file ProgressViewerWidget.h.
 
      
        
          | te::qt::widgets::ProgressViewerWidget::ProgressViewerWidget  | 
          ( | 
          QWidget *  | 
          parent | ) | 
           | 
        
      
 
 
  
  
      
        
          | virtual te::qt::widgets::ProgressViewerWidget::~ProgressViewerWidget  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::ProgressViewerWidget::cancel  | 
          ( | 
          int  | 
          id | ) | 
           | 
         
       
   | 
  
slot   | 
  
 
This slot is connect to all cancel buttons of each progress items. 
- Parameters
 - 
  
    | id | value used to inform what task was canceled.  | 
  
   
 
 
  
  
      
        
          | virtual void te::qt::widgets::ProgressViewerWidget::cancelTask  | 
          ( | 
          int  | 
          taskId | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::ProgressViewerWidget::customEvent  | 
          ( | 
          QEvent *  | 
          e | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
Used to receive custom progress events. 
- Parameters
 - 
  
    | e | Event sent to this object.  | 
  
   
 
 
  
  
      
        
          | virtual void te::qt::widgets::ProgressViewerWidget::removeTask  | 
          ( | 
          int  | 
          taskId | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::ProgressViewerWidget::setTotalValues  | 
          ( | 
          int  | 
          taskId | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::ProgressViewerWidget::updateMessage  | 
          ( | 
          int  | 
          taskId | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual void te::qt::widgets::ProgressViewerWidget::updateValue  | 
          ( | 
          int  | 
          taskId | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | QGridLayout* te::qt::widgets::ProgressViewerWidget::m_MainLayout | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QScrollArea* te::qt::widgets::ProgressViewerWidget::m_scroll | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QWidget* te::qt::widgets::ProgressViewerWidget::m_widget | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | QGridLayout* te::qt::widgets::ProgressViewerWidget::m_widgetLayout | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: