Metadata definitions for StateManager. More...
Public Attributes | |
AbstractMessageType | EnteredStateMessage |
Occurs when a state manager has entered a state. More... | |
AbstractMessageType | GoToNextDefinedStateMessage |
Attempts to go to a state that is defined after the current one in a state manager. More... | |
AbstractMessageType | GoToPreviousDefinedStateMessage |
Attempts to go to a state that is defined before the current one in a state manager. More... | |
AbstractMessageType | GoToStateMessage |
Attempts to go to a state in a state manager. More... | |
AbstractMessageType | LeftStateMessage |
Occurs when a state manager has left a state. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.StateManager") |
Metaclass for StateManager. | |
DynamicPropertyType< Boolean > | StateManagerLongestPathProperty |
The longest path is selected for transformation animations. More... | |
AbstractMessageType | TransitionFinishedMessage |
Occurs when a state manager finishes a transition to a state. More... | |
AbstractMessageType | TransitionStartedMessage |
Occurs when a state manager begins a transition to a state. More... | |
Metadata definitions for StateManager.
AbstractMessageType EnteredStateMessage |
Occurs when a state manager has entered a state.
AbstractMessageType GoToNextDefinedStateMessage |
Attempts to go to a state that is defined after the current one in a state manager.
AbstractMessageType GoToPreviousDefinedStateMessage |
Attempts to go to a state that is defined before the current one in a state manager.
AbstractMessageType GoToStateMessage |
Attempts to go to a state in a state manager.
AbstractMessageType LeftStateMessage |
Occurs when a state manager has left a state.
DynamicPropertyType<Boolean> StateManagerLongestPathProperty |
The longest path is selected for transformation animations.
AbstractMessageType TransitionFinishedMessage |
Occurs when a state manager finishes a transition to a state.
AbstractMessageType TransitionStartedMessage |
Occurs when a state manager begins a transition to a state.