QtCore/qabstractstate.h Source File
Go to the documentation of this file.
42 #ifndef QABSTRACTSTATE_H
43 #define QABSTRACTSTATE_H
53 #ifndef QT_NO_STATEMACHINE
58 class QAbstractStatePrivate;
65 QState *parentState()
const;
69 #if !defined(Q_MOC_RUN) && !defined(qdoc)
78 virtual void onEntry(
QEvent *event) = 0;
79 virtual void onExit(
QEvent *event) = 0;
91 #endif //QT_NO_STATEMACHINE
#define QT_BEGIN_NAMESPACE
virtual bool event(QEvent *)