The ProgressResetEvent is a custom event used to reset a progress bar. More...
#include <ProgressResetEvent.h>
  
 Public Member Functions | |
| ProgressResetEvent () | |
| It initializes a new ProgressResetEvent.  More... | |
| ~ProgressResetEvent () | |
| Destructor.  More... | |
Static Public Member Functions | |
| static QEvent::Type | type () | 
| Get the custom event type.  More... | |
Static Private Attributes | |
| static QEvent::Type | sm_customEventType | 
| Custom Event Type.  More... | |
The ProgressResetEvent is a custom event used to reset a progress bar.
This event can be used when working with multithread tasks.
Definition at line 48 of file ProgressResetEvent.h.
| te::qt::widgets::ProgressResetEvent::ProgressResetEvent | ( | ) | 
It initializes a new ProgressResetEvent.
Definition at line 31 of file ProgressResetEvent.cpp.
| te::qt::widgets::ProgressResetEvent::~ProgressResetEvent | ( | ) | 
Destructor.
Definition at line 36 of file ProgressResetEvent.cpp.
      
  | 
  static | 
Get the custom event type.
Definition at line 40 of file ProgressResetEvent.cpp.
References te::at::None.
Referenced by te::qt::widgets::ProgressWidgetItem::customEvent(), te::qt::widgets::ProgressViewerDialog::customEvent(), and te::qt::widgets::ProgressViewerBar::customEvent().
      
  | 
  staticprivate | 
Custom Event Type.
Definition at line 63 of file ProgressResetEvent.h.