42 #ifndef QDECLARATIVESMOOTHEDANIMATION_P_H 43 #define QDECLARATIVESMOOTHEDANIMATION_P_H 56 #include "private/qdeclarativesmoothedanimation_p.h" 57 #include "private/qdeclarativeanimation_p.h" 59 #include "private/qdeclarativeanimation_p_p.h" 63 #include <private/qobject_p.h> 126 void updateRunningAnimations();
135 #endif // QDECLARATIVESMOOTHEDANIMATION_P_H
virtual void updateCurrentTime(int currentTime)=0
This pure virtual function is called every time the animation's currentTime changes.
QDeclarativeProperty target
#define QT_END_NAMESPACE
This macro expands to.
State
This enum describes the state of the animation.
QParallelAnimationGroup * wrapperGroup
The QHash class is a template class that provides a hash-table-based dictionary.
The QObject class is the base class of all Qt objects.
QDeclarativeSmoothedAnimation::ReversingMode reversingMode
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractAnimation class is the base of all animations.
#define Q_DECLARE_PUBLIC(Class)
The QParallelAnimationGroup class provides a parallel group of animations.
virtual void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)
This virtual function is called by QAbstractAnimation when the state of the animation is changed from...
#define Q_AUTOTEST_EXPORT
QHash< QDeclarativeProperty, QSmoothedAnimation * > activeAnimations
The QDeclarativeProperty class abstracts accessing properties on objects created from QML...
virtual int duration() const =0
QSmoothedAnimation * anim
The QTimer class provides repetitive and single-shot timers.