QAbstractAnimationTimer Class

QAbstractAnimationTimer is the base class for animation timers. \internal. More...

Header: #include <QAbstractAnimationTimer>
Inherits: QObject

Detailed Description

\inmoduleQtCore

Subclass QAbstractAnimationTimer to provide an animation timer that is run by QUnifiedTimer and can in turn be used to run any number of animations.

Currently two subclasses have been implemented: QAnimationTimer to drive the Qt C++ animation framework (QAbstractAnimation and subclasses) and QDeclarativeAnimationTimer to drive the Qt QML animation framework.