Event class containing CYITaskBase items. Supports the task being executed when the event is handled.
#include <event/YiTaskEvent.h>

Additional Inherited Members | |
Public Attributes inherited from CYIEvent | |
| CYIEventTarget * | m_pTarget |
| CYIEventTarget * | m_pCurrentTarget |
| YI_EVENT_PHASE | m_ePhase |
| bool | m_bCanCancel |
| bool | m_bCanBubble |
| bool | m_bCanCapture |
| bool | m_bStopPropagation |
| bool | m_bHandled |
| uint64_t | m_uEventTimeMs |
| CYITaskEvent::CYITaskEvent | ( | std::unique_ptr< CYITaskBase > | pTask | ) |
|
virtual |
| void CYITaskEvent::Execute | ( | ) |
Execute the task associated with this event.