QSequentialAnimationGroup
#include <QtCore/QSequentialAnimationGroup>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QSequentialAnimationGroup
Overview
Inheritance
QAbstractAnimation | |||
QAnimationGroup | |||
QSequentialAnimationGroup |
Public Types Index
Only has inherited public types
enum DeletionPolicy | |
enum Direction | |
enum State |
Properties Index
QAbstractAnimation | currentAnimation [read-only] |
int | currentLoop [read-only]![]() |
int | currentTime![]() |
Direction | direction![]() |
int | duration [read-only]![]() |
int | loopCount![]() |
State | state [read-only]![]() |
Public Functions Index
QSequentialAnimationGroup (QObject *parent=0) | |
~QSequentialAnimationGroup () | |
QPauseAnimation * | addPause (int msecs) |
QAbstractAnimation * | currentAnimation () const |
virtual int | duration () const |
QPauseAnimation * | insertPause (int index, int msecs) |
void | addAnimation (QAbstractAnimation *animation)![]() |
QAbstractAnimation * | animationAt (int index) const ![]() |
int | animationCount () const ![]() |
void | clear ()![]() |
int | currentLoop () const ![]() |
int | currentLoopTime () const ![]() |
int | currentTime () const ![]() |
Direction | direction () const ![]() |
QAnimationGroup * | group () const ![]() |
int | indexOfAnimation (QAbstractAnimation *animation) const ![]() |
void | insertAnimation (int index, QAbstractAnimation *animation)![]() |
int | loopCount () const ![]() |
QAbstractAnimation (QObject *parent=0)![]() | |
QAnimationGroup (QObject *parent=0)![]() | |
void | removeAnimation (QAbstractAnimation *animation)![]() |
void | setDirection (Direction direction)![]() |
void | setLoopCount (int loopCount)![]() |
State | state () const ![]() |
QAbstractAnimation * | takeAnimation (int index)![]() |
int | totalDuration () const ![]() |
Protected Functions Index
QSequentialAnimationGroup (QSequentialAnimationGroupPrivate &dd, QObject *parent) | |
virtual bool | event (QEvent *event) |
virtual void | updateCurrentTime (int) |
virtual void | updateDirection (QAbstractAnimation::Direction direction) |
virtual void | updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |
QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=0)![]() | |
QAnimationGroup (QAnimationGroupPrivate &dd, QObject *parent)![]() |
Public Slots Index
Signals Index
void | currentAnimationChanged (QAbstractAnimation *current) |
void | currentLoopChanged (int currentLoop)![]() |
void | directionChanged (QAbstractAnimation::Direction)![]() |
void | finished ()![]() |
void | stateChanged (QAbstractAnimation::State newState, QAbstractAnimation::State oldState)![]() |
Public Types
(Only has inherited public types)
- KeepWhenStopped 0
- DeleteWhenStopped
- Forward
- Backward
- Stopped
- Paused
- Running
Properties
Public Functions
Destructor.
virtual int
void 
int 
void 
int 
int 
int 
Direction 
int 
void 
int 
void 
void 
void 
State 
int 
Protected Functions
virtual bool
virtual void
virtual void
virtual void
Public Slots
(Only has inherited public slots)
void 
void 
void 
void 
void 
void 
Signals
void
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