|
SHAPER
9.15.0
|
Class of event to send application events in multi thread environment. More...

Public Member Functions | |
| PostponeMessageQtEvent (const std::shared_ptr< Events_Message > &theMessage) | |
| Constructor. More... | |
| std::shared_ptr< Events_Message > | postponedMessage () |
| Returns current messasge. More... | |
Static Public Member Functions | |
| static QEvent::Type | type () |
| Returns type of the event. More... | |
Static Public Attributes | |
| static QEvent::Type | PostponeMessageQtEventType |
| An event type. More... | |
Class of event to send application events in multi thread environment.
|
inline |
Constructor.
| theMessage | an event message to send |
|
inlinestatic |
Returns type of the event.
| std::shared_ptr< Events_Message > PostponeMessageQtEvent::postponedMessage | ( | ) |
Returns current messasge.
|
static |
An event type.