OMOrState class

The OMOrState class defines methods that affect Or states in statecharts.

This class is defined in the header file state.h.

Construction summary
OMOrState
Constructs an OMOrState object
Method summary
entDef
Specifies the operation called when the state is entered from a default transition
enterState
Specifies the state entry action
exitState
Specifies the state exit action
getSubState
Gets the substate
in
Returns TRUE when the owner class is in this state
serializeStates
Is called during animation to send state information
setSubState
Sets the substate

Flags

Flags

subState

Specifies a substate. It is defined as follows:
OMState* subState;


Feedback