![]() |
Home |
The QtAbstractState class is the base class of states of a QtStateMachine. More...
#include <QtAbstractState>
Inherits QObject.
Inherited by QtActionState and QtHistoryState.
The QtAbstractState class is the base class of states of a QtStateMachine.
The QtAbstractState class is the abstract base class of states that are part of a QtStateMachine. It defines the interface that all state objects have in common. QtAbstractState is part of The State Machine Framework.
The parentState() function returns the state's parent state.
The onEntry() function is called when the state is entered; reimplement this function to perform custom processing when the state is entered.
The onExit() function is called when the state is exited; reimplement this function to perform custom processing when the state is exited.
Constructs a new state with the given parent state.
Destroys this state.
This function is called when the state is entered. Reimplement this function to perform custom processing when the state is entered.
This function is called when the state is exited. Reimplement this function to perform custom processing when the state is exited.
Returns this state's parent state, or 0 if the state has no parent state.
Copyright © 2009 Nokia | Trademarks | Qt Solutions |