The RemoveProgressWidgetItem is a custom event used to remove a progress widget item. More...
#include <RemoveProgressWidgetItemEvent.h>
Public Member Functions | |
RemoveProgressWidgetItemEvent (const int &taskId) | |
It initializes a new RemoveProgressWidgetItemEvent. More... | |
~RemoveProgressWidgetItemEvent () | |
Destructor. More... | |
Static Public Member Functions | |
static QEvent::Type | type () |
Get the custom event type. More... | |
Public Attributes | |
int | m_taskId |
The task id associated with the progress widget that will be removed. More... | |
Static Private Attributes | |
static QEvent::Type | sm_customEventType |
Custom Event Type. More... | |
The RemoveProgressWidgetItem is a custom event used to remove a progress widget item.
This event can be used when working with multithread tasks.
Definition at line 49 of file RemoveProgressWidgetItemEvent.h.
te::qt::widgets::RemoveProgressWidgetItemEvent::RemoveProgressWidgetItemEvent | ( | const int & | taskId | ) |
It initializes a new RemoveProgressWidgetItemEvent.
taskId | The task id associated with the progress widget that will be removed. |
te::qt::widgets::RemoveProgressWidgetItemEvent::~RemoveProgressWidgetItemEvent | ( | ) |
Destructor.
|
static |
Get the custom event type.
int te::qt::widgets::RemoveProgressWidgetItemEvent::m_taskId |
The task id associated with the progress widget that will be removed.
Definition at line 68 of file RemoveProgressWidgetItemEvent.h.
|
staticprivate |
Custom Event Type.
Definition at line 72 of file RemoveProgressWidgetItemEvent.h.