QAbstractAnimation
#include <QtCore/QAbstractAnimation>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QAbstractAnimation
Overview
Inheritance
QAbstractAnimation | |||||||
QAnimationGroup | |||||||
QPauseAnimation | |||||||
QVariantAnimation | |||||||
QPropertyAnimation |
Public Types Index
enum DeletionPolicy | |
enum Direction | |
enum State |
Properties Index
int | currentLoop [read-only] |
int | currentTime |
Direction | direction |
int | duration [read-only] |
int | loopCount |
State | state [read-only] |
Public Functions Index
QAbstractAnimation (QObject *parent=0) | |
virtual | ~QAbstractAnimation () |
int | currentLoop () const |
int | currentLoopTime () const |
int | currentTime () const |
Direction | direction () const |
int | duration () const =0 |
QAnimationGroup * | group () const |
int | loopCount () const |
void | setDirection (Direction direction) |
void | setLoopCount (int loopCount) |
State | state () const |
int | totalDuration () const |
Protected Functions Index
QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=0) | |
virtual bool | event (QEvent *event) |
void | updateCurrentTime (int currentTime)=0 |
virtual void | updateDirection (QAbstractAnimation::Direction direction) |
virtual void | updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |
Public Slots Index
Signals Index
void | currentLoopChanged (int currentLoop) |
void | directionChanged (QAbstractAnimation::Direction) |
void | finished () |
void | stateChanged (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |
Public Types
- KeepWhenStopped 0
- DeleteWhenStopped
- Forward
- Backward
- Stopped
- Paused
- Running
Properties
int
int
Direction
int
int
State
Public Functions
Protected Functions
virtual bool
void
virtual void
virtual void
Public Slots
void
void
void
void
void
void
Signals
void
void
void
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