te::qt::widgets::ProgressResetEvent Class Reference

The ProgressResetEvent is a custom event used to reset a progress bar. More...

#include <ProgressResetEvent.h>

Inheritance diagram for te::qt::widgets::ProgressResetEvent:

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

Detailed Description

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.

Constructor & Destructor Documentation

te::qt::widgets::ProgressResetEvent::ProgressResetEvent ( )

It initializes a new ProgressResetEvent.

te::qt::widgets::ProgressResetEvent::~ProgressResetEvent ( )

Destructor.

Member Function Documentation

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

Get the custom event type.

Member Data Documentation

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

Custom Event Type.

Definition at line 63 of file ProgressResetEvent.h.


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