A parallel state in the state machine.
All of the child states are entered when the parent is entered.
#include <deprecated/YiParallelState.h>

Additional Inherited Members | |
Public Attributes inherited from yi::deprecated::CYICompoundState | |
| CYISignal | Finished |
Public Attributes inherited from yi::deprecated::CYIAbstractState | |
| CYISignal | StateEntered |
| CYISignal | StateExited |
Protected Member Functions inherited from yi::deprecated::CYICompoundState | |
| CYICompoundState (CYICompoundStatePriv *priv, CYICompoundState *parent=0, const CYIString &name="") | |
Protected Member Functions inherited from yi::deprecated::CYIAbstractState | |
| virtual void | OnEntry (CYIEvent *e) |
| virtual void | OnExit (CYIEvent *e) |
| CYIAbstractState (CYIAbstractStatePriv *priv, CYICompoundState *parent=0, const CYIString &name="") | |
Protected Attributes inherited from yi::deprecated::CYIAbstractState | |
| CYIAbstractStatePriv * | m_pPriv |
| yi::deprecated::CYIParallelState::CYIParallelState | ( | CYICompoundState * | parent = 0, |
| const CYIString & | name = "" |
||
| ) |
Create a state with pParent as a parent. This is the only chance to set the parent of this state. A name can be set for debugging purposes.
|
virtual |