44 #ifndef QT_NO_STATEMACHINE 143 #endif //QT_NO_STATEMACHINE void onEntry(QEvent *event)
Reimplemented Function
~QFinalState()
Destroys this final state.
#define QT_END_NAMESPACE
This macro expands to.
The QState class provides a general-purpose state for QStateMachine.
void onExit(QEvent *event)
Reimplemented Function
bool event(QEvent *e)
Reimplemented Function
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractState class is the base class of states of a QStateMachine.
The QFinalState class provides a final state.
QFinalState(QState *parent=0)
Constructs a new QFinalState object with the given parent state.
bool event(QEvent *e)
Reimplemented Function
#define Q_DECLARE_PUBLIC(Class)
The QEvent class is the base class of all event classes.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...