OMLeafState class

The OMLeafState class sets the active state of the component.

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

Construction summary
OMLeafState
Creates an OMLeafState 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
in
Returns TRUE when the owner class is in this state
serializeStates
Is called during animation to send state information
Flags

component

Specifies a component. It is defined as follows:
OMComponentState* component;


Feedback