All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.

Definition at line 31 of file RemoveProgressWidgetItemEvent.cpp.

te::qt::widgets::RemoveProgressWidgetItemEvent::~RemoveProgressWidgetItemEvent ( )

Destructor.

Definition at line 37 of file RemoveProgressWidgetItemEvent.cpp.

Member Function Documentation

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

Get the custom event type.

Definition at line 41 of file RemoveProgressWidgetItemEvent.cpp.

References te::at::None.

Referenced by te::qt::widgets::ProgressViewerWidget::customEvent().

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.

Referenced by te::qt::widgets::ProgressViewerWidget::customEvent().

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 files: