te::qt::widgets::RemoveProgressWidgetItemEvent Class Reference

The RemoveProgressWidgetItem is a custom event used to remove a progress widget item. More...

#include <RemoveProgressWidgetItemEvent.h>

Inheritance diagram for te::qt::widgets::RemoveProgressWidgetItemEvent:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

te::qt::widgets::RemoveProgressWidgetItemEvent::RemoveProgressWidgetItemEvent ( const int &  taskId)

It initializes a new RemoveProgressWidgetItemEvent.

Parameters
taskIdThe task id associated with the progress widget that will be removed.
te::qt::widgets::RemoveProgressWidgetItemEvent::~RemoveProgressWidgetItemEvent ( )

Destructor.

Member Function Documentation

static QEvent::Type te::qt::widgets::RemoveProgressWidgetItemEvent::type ( )
static

Get the custom event type.

Member Data Documentation

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.

QEvent::Type te::qt::widgets::RemoveProgressWidgetItemEvent::sm_customEventType
staticprivate

Custom Event Type.

Definition at line 72 of file RemoveProgressWidgetItemEvent.h.


The documentation for this class was generated from the following file: