ADTF  3.18.4
cTaskEvent
Inheritance diagram for cTaskEvent:
[legend]

Public Member Functions

 cTaskEvent (std::function< void()> oFunc)
 
void execute ()
 

Static Public Member Functions

static QEvent::Type type ()
 Register dynamically event type.
 

Private Attributes

std::function< void()> m_oFunc
 std::function which is executed.
 

Static Private Attributes

static std::unique_ptr< QEvent::Type > m_pCustomEventType
 

Detailed Description

Definition at line 19 of file task_event.h.