Definition at line 56 of file qanimationgroup.h.
#include <qanimationgroup.h>

Public Member Functions |
|
| QAnimationGroup (QObject *parent=0) | |
| ~QAnimationGroup () | |
| QAbstractAnimation * | animationAt (int index) const |
| int | animationCount () const |
| int | indexOfAnimation (QAbstractAnimation *animation) const |
| void | addAnimation (QAbstractAnimation *animation) |
| void | insertAnimation (int index, QAbstractAnimation *animation) |
| void | removeAnimation (QAbstractAnimation *animation) |
| QAbstractAnimation * | takeAnimation (int index) |
| void | clear () |
Protected Member Functions |
|
| QAnimationGroup (QAnimationGroupPrivate &dd, QObject *parent) | |
| bool | event (QEvent *event) |
| QAnimationGroup | ( | QObject * | parent = 0 |
) |
| ~QAnimationGroup | ( | ) |
| QAnimationGroup | ( | QAnimationGroupPrivate & | dd, |
| QObject * | parent | ||
| ) | [protected] |
| QAbstractAnimation* animationAt | ( | int | index | ) | const |
| int animationCount | ( | ) | const |
| int indexOfAnimation | ( | QAbstractAnimation * | animation | ) | const |
| void addAnimation | ( | QAbstractAnimation * | animation | ) |
| void insertAnimation | ( | int | index, |
| QAbstractAnimation * | animation | ||
| ) |
| void removeAnimation | ( | QAbstractAnimation * | animation | ) |
| QAbstractAnimation* takeAnimation | ( | int | index | ) |
| void clear | ( | ) |
| bool event | ( | QEvent * | event | ) | [protected, virtual] |
Reimplemented from QAbstractAnimation.
Reimplemented in QParallelAnimationGroup, and QSequentialAnimationGroup.