45 #include <QtCore/qabstractstate.h> 53 #ifndef QT_NO_STATEMACHINE 74 #endif //QT_NO_STATEMACHINE #define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QState class provides a general-purpose state for QStateMachine.
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.
virtual void onExit(QEvent *event)=0
This function is called when the state is exited.
virtual void onEntry(QEvent *event)=0
This function is called when the state is entered.
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.