The ProgressSetMessageEvent is a custom event used to set a new message into a progress bar. More...
#include <ProgressSetMessageEvent.h>
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... | |
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.
Definition at line 53 of file ProgressSetMessageEvent.h.
te::qt::widgets::ProgressSetMessageEvent::ProgressSetMessageEvent | ( | const std::string & | value | ) |
It initializes a new Progress.
te::qt::widgets::ProgressSetMessageEvent::~ProgressSetMessageEvent | ( | ) |
Destructor.
|
static |
Get the custom event type.
std::string te::qt::widgets::ProgressSetMessageEvent::m_value |
Progress bar message attribute.
Definition at line 68 of file ProgressSetMessageEvent.h.
|
staticprivate |
Custom Event Type.
Definition at line 72 of file ProgressSetMessageEvent.h.