QAnimationGroup
#include <QtCore/QAnimationGroup>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QAnimationGroup
Overview
Inheritance
QAbstractAnimation | ||
QAnimationGroup | ||
QParallelAnimationGroup | ||
QSequentialAnimationGroup |
Public Types Index
Only has inherited public types
enum DeletionPolicy | |
enum Direction | |
enum State |
Properties Index
Only has inherited properties
int | currentLoop [read-only]![]() |
int | currentTime![]() |
Direction | direction![]() |
int | duration [read-only]![]() |
int | loopCount![]() |
State | state [read-only]![]() |
Public Functions Index
QAnimationGroup (QObject *parent=0) | |
~QAnimationGroup () | |
void | addAnimation (QAbstractAnimation *animation) |
QAbstractAnimation * | animationAt (int index) const |
int | animationCount () const |
void | clear () |
int | indexOfAnimation (QAbstractAnimation *animation) const |
void | insertAnimation (int index, QAbstractAnimation *animation) |
void | removeAnimation (QAbstractAnimation *animation) |
QAbstractAnimation * | takeAnimation (int index) |
int | currentLoop () const ![]() |
int | currentLoopTime () const ![]() |
int | currentTime () const ![]() |
Direction | direction () const ![]() |
int | duration () const =0![]() |
QAnimationGroup * | group () const ![]() |
int | loopCount () const ![]() |
QAbstractAnimation (QObject *parent=0)![]() | |
void | setDirection (Direction direction)![]() |
void | setLoopCount (int loopCount)![]() |
State | state () const ![]() |
int | totalDuration () const ![]() |
Protected Functions Index
QAnimationGroup (QAnimationGroupPrivate &dd, QObject *parent) | |
virtual bool | event (QEvent *event) |
QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=0)![]() | |
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
Only has inherited signals
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
(Only has inherited properties)
int
int
Direction
int
int
State
Public Functions
Destructor.
void
int
void
int
void
void
int 
int 
int 
Direction 
int 
int 
void 
void 
State 
int 
Protected Functions
virtual bool
void 
virtual void 
virtual void 
Public Slots
(Only has inherited public slots)
void 
void 
void 
void 
void 
void 
Signals
(Only has inherited 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