20 QAnimationGroup(QObject *parent =
nullptr);
23 QAbstractAnimation *animationAt(
int index)
const;
24 int animationCount()
const;
25 int indexOfAnimation(QAbstractAnimation *animation)
const;
26 void addAnimation(QAbstractAnimation *animation);
27 void insertAnimation(
int index, QAbstractAnimation *animation);
28 void removeAnimation(QAbstractAnimation *animation);
29 QAbstractAnimation *takeAnimation(
int index);
33 QAnimationGroup(QAnimationGroupPrivate &dd, QObject *parent);
34 bool event(QEvent *event) override;
37 Q_DISABLE_COPY(QAnimationGroup)
38 Q_DECLARE_PRIVATE(QAnimationGroup)