42 #ifndef QABSTRACTTRANSITION_P_H 43 #define QABSTRACTTRANSITION_P_H 56 #include <private/qobject_p.h> 58 #include <QtCore/qlist.h> 59 #include <QtCore/qsharedpointer.h> 77 bool callEventTest(
QEvent *e);
78 virtual void callOnTransition(
QEvent *e);
79 QState *sourceState()
const;
85 #ifndef QT_NO_ANIMATION #define QT_END_NAMESPACE
This macro expands to.
The QAbstractTransition class is the base class of transitions between QAbstractState objects...
The QStateMachine class provides a hierarchical finite state machine.
The QState class provides a general-purpose state for QStateMachine.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractState class is the base class of states of a QStateMachine.
#define Q_DECLARE_PUBLIC(Class)
QList< QWeakPointer< QAbstractState > > targetStates
QList< QAbstractAnimation * > animations
The QEvent class is the base class of all event classes.
The QList class is a template class that provides lists.