QEventTransition
#include <QtCore/QEventTransition>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QEventTransition
Overview
Inheritance
QAbstractTransition | ||
QEventTransition |
Properties Index
QObject | eventSource |
QEvent::Type | eventType |
QState | sourceState [read-only]![]() |
QAbstractState | targetState![]() |
QList< QAbstractState * > | targetStates![]() |
Public Functions Index
QEventTransition (QState *sourceState=0) | |
QEventTransition (QObject *object, QEvent::Type type, QState *sourceState=0) | |
~QEventTransition () | |
QObject * | eventSource () const |
QEvent::Type | eventType () const |
void | setEventSource (QObject *object) |
void | setEventType (QEvent::Type type) |
void | addAnimation (QAbstractAnimation *animation)![]() |
QList< QAbstractAnimation * > | animations () const ![]() |
QStateMachine * | machine () const ![]() |
QAbstractTransition (QState *sourceState=0)![]() | |
void | removeAnimation (QAbstractAnimation *animation)![]() |
void | setTargetState (QAbstractState *target)![]() |
void | setTargetStates (const QList< QAbstractState * > &targets)![]() |
QState * | sourceState () const ![]() |
QAbstractState * | targetState () const ![]() |
QList< QAbstractState * > | targetStates () const ![]() |
Protected Functions Index
QEventTransition (QEventTransitionPrivate &dd, QState *parent) | |
QEventTransition (QEventTransitionPrivate &dd, QObject *object, QEvent::Type type, QState *parent) | |
virtual bool | event (QEvent *e) |
virtual bool | eventTest (QEvent *event) |
virtual void | onTransition (QEvent *event) |
QAbstractTransition (QAbstractTransitionPrivate &dd, QState *parent)![]() |
Properties
Public Functions
Destructor.
QObject *
QEvent::Type
void
void
void 
QList< QAbstractAnimation * > 
void 
void 
void 
QState * 
QList< QAbstractState * > 
Protected Functions
virtual bool
virtual bool
virtual void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy