equal
deleted
inserted
replaced
132 virtual QAbstractAnimation *qtAnimation() = 0; |
132 virtual QAbstractAnimation *qtAnimation() = 0; |
133 |
133 |
134 private Q_SLOTS: |
134 private Q_SLOTS: |
135 void timelineComplete(); |
135 void timelineComplete(); |
136 void componentFinalized(); |
136 void componentFinalized(); |
137 |
|
138 private: |
137 private: |
139 virtual void setTarget(const QDeclarativeProperty &); |
138 virtual void setTarget(const QDeclarativeProperty &); |
|
139 void notifyRunningChanged(bool running); |
|
140 friend class QDeclarativeBehavior; |
|
141 |
|
142 |
140 }; |
143 }; |
141 |
144 |
142 class QDeclarativePauseAnimationPrivate; |
145 class QDeclarativePauseAnimationPrivate; |
143 class Q_AUTOTEST_EXPORT QDeclarativePauseAnimation : public QDeclarativeAbstractAnimation |
146 class Q_AUTOTEST_EXPORT QDeclarativePauseAnimation : public QDeclarativeAbstractAnimation |
144 { |
147 { |
382 Q_SIGNALS: |
385 Q_SIGNALS: |
383 void directionChanged(); |
386 void directionChanged(); |
384 }; |
387 }; |
385 |
388 |
386 class QDeclarativeAnimationGroupPrivate; |
389 class QDeclarativeAnimationGroupPrivate; |
387 class QDeclarativeAnimationGroup : public QDeclarativeAbstractAnimation |
390 class Q_AUTOTEST_EXPORT QDeclarativeAnimationGroup : public QDeclarativeAbstractAnimation |
388 { |
391 { |
389 Q_OBJECT |
392 Q_OBJECT |
390 Q_DECLARE_PRIVATE(QDeclarativeAnimationGroup) |
393 Q_DECLARE_PRIVATE(QDeclarativeAnimationGroup) |
391 |
394 |
392 Q_CLASSINFO("DefaultProperty", "animations") |
395 Q_CLASSINFO("DefaultProperty", "animations") |