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.
| te::qt::widgets::ProgressResetEvent::~ProgressResetEvent | ( | ) |
Destructor.
|
static |
Get the custom event type.
|
staticprivate |
Custom Event Type.
Definition at line 63 of file ProgressResetEvent.h.