42 #ifndef QPAUSEANIMATION_P_H 43 #define QPAUSEANIMATION_P_H 45 #include <QtCore/qanimationgroup.h> 53 #ifndef QT_NO_ANIMATION 67 void setDuration(
int msecs);
78 #endif //QT_NO_ANIMATION 84 #endif // QPAUSEANIMATION_P_H virtual void updateCurrentTime(int currentTime)=0
This pure virtual function is called every time the animation's currentTime changes.
#define QT_END_NAMESPACE
This macro expands to.
int duration
the duration of the pause.
The QPauseAnimation class provides a pause for QSequentialAnimationGroup.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractAnimation class is the base of all animations.
bool event(QEvent *event)
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
virtual int duration() const =0
The QEvent class is the base class of all event classes.