2 #ifndef _YI_EVENT_STATE_TRANSITION_H_ 3 #define _YI_EVENT_STATE_TRANSITION_H_ 16 class CYIEventTransitionPriv;
Definition: YiAbstractSignalTransition.h:7
virtual CYIEventTarget * GetEventTarget()
Base class for events.
Definition: YiEvent.h:489
virtual ~CYIEventTransition()
The base class for state types in CYIStateMachine.
Definition: YiAbstractState.h:31
YI_EVENT_TYPE
The event type of the CYIEvent class instance.
Definition: YiEvent.h:23
The base class for transitions based on CYIEvent.
Definition: YiEventTransition.h:27
The base class for CYIState and CYIParallelState.
Definition: YiCompoundState.h:26
virtual YI_EVENT_TYPE GetEventType()
Represents an event target of type YI_SPECIAL_EVENT_TARGET_TYPE.
Definition: YiEventTarget.h:37
virtual bool TestEvent(CYIEvent *) override
The base class for transitions between states in the state machine.
Definition: YiTransition.h:39
CYIEventTransition(CYIEventTarget *pEventTarget, YI_EVENT_TYPE type, CYICompoundState *source, CYIAbstractState *target=0)