te::qt::widgets::ProgressSetMessageEvent Class Reference

The ProgressSetMessageEvent is a custom event used to set a new message into a progress bar. More...

#include <ProgressSetMessageEvent.h>

Inheritance diagram for te::qt::widgets::ProgressSetMessageEvent:

Public Member Functions

 ProgressSetMessageEvent (const std::string &value)
 It initializes a new Progress. More...
 
 ~ProgressSetMessageEvent ()
 Destructor. More...
 

Static Public Member Functions

static QEvent::Type type ()
 Get the custom event type. More...
 

Public Attributes

std::string m_value
 Progress bar message attribute. More...
 

Static Private Attributes

static QEvent::Type sm_customEventType
 Custom Event Type. More...
 

Detailed Description

The ProgressSetMessageEvent is a custom event used to set a new message into a progress bar.

This event can be used when working with multithread tasks.

See also
ProgressViewerDialog, ProgressWidgetItem

Definition at line 53 of file ProgressSetMessageEvent.h.

Constructor & Destructor Documentation

te::qt::widgets::ProgressSetMessageEvent::ProgressSetMessageEvent ( const std::string &  value)

It initializes a new Progress.

te::qt::widgets::ProgressSetMessageEvent::~ProgressSetMessageEvent ( )

Destructor.

Member Function Documentation

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

Get the custom event type.

Member Data Documentation

std::string te::qt::widgets::ProgressSetMessageEvent::m_value

Progress bar message attribute.

Definition at line 68 of file ProgressSetMessageEvent.h.

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

Custom Event Type.

Definition at line 72 of file ProgressSetMessageEvent.h.


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