#include <qabstracttransition.h>
Definition at line 67 of file qabstracttransition.h.
Protected Member Functions | |
virtual bool | eventTest (QEvent *event)=0 |
virtual void | onTransition (QEvent *event)=0 |
bool | event (QEvent *e) |
QAbstractTransition (QAbstractTransitionPrivate &dd, QState *parent) | |
![]() | |
QObject * | sender () const |
int | senderSignalIndex () const |
int | receivers (const char *signal) const |
virtual void | timerEvent (QTimerEvent *) |
virtual void | childEvent (QChildEvent *) |
virtual void | customEvent (QEvent *) |
virtual void | connectNotify (const char *signal) |
virtual void | disconnectNotify (const char *signal) |
QObject (QObjectPrivate &dd, QObject *parent=0) | |
Properties | |
QState | sourceState |
QAbstractState | targetState |
QList< QAbstractState * > | targetStates |
![]() | |
QString | objectName |
Additional Inherited Members | |
![]() | |
void | deleteLater () |
![]() | |
void | destroyed (QObject *=0) |
![]() | |
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
static uint | registerUserData () |
![]() | |
QScopedPointer< QObjectData > | d_ptr |
![]() | |
static const QMetaObject | staticQtMetaObject |
QAbstractTransition | ( | QState * | sourceState = 0 | ) |
|
virtual |
|
protected |
QState* sourceState | ( | ) | const |
QAbstractState* targetState | ( | ) | const |
void setTargetState | ( | QAbstractState * | target | ) |
QList<QAbstractState*> targetStates | ( | ) | const |
void setTargetStates | ( | const QList< QAbstractState * > & | targets | ) |
QStateMachine* machine | ( | ) | const |
void addAnimation | ( | QAbstractAnimation * | animation | ) |
void removeAnimation | ( | QAbstractAnimation * | animation | ) |
QList<QAbstractAnimation*> animations | ( | ) | const |
|
protectedpure virtual |
Implemented in QMouseEventTransition, QKeyEventTransition, QEventTransition, and QSignalTransition.
Implemented in QMouseEventTransition, QEventTransition, QSignalTransition, and QKeyEventTransition.
|
protectedvirtual |
Reimplemented from QObject.
Reimplemented in QEventTransition, and QSignalTransition.
|
read |
Definition at line 70 of file qabstracttransition.h.
|
readwrite |
Definition at line 71 of file qabstracttransition.h.
|
readwrite |
Definition at line 72 of file qabstracttransition.h.