Abstract parent for the CYIStateMachineSignalEvent classes.
Stores a CYISignalBase which allows the state machine code to test for a valid Signal when dealing with event transitions.
#include <deprecated/YiStateMachineAbstractSignalEvent.h>

Protected Member Functions | |
| CYIStateMachineAbstractSignalEvent (CYISignalBase *pSignal) | |
Protected Attributes | |
| CYISignalBase * | m_pSignal |
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 |
|
inlinevirtual |
|
inlineprotected |
|
inline |
Returns the signal base.
|
protected |