42 #ifndef QPARALLELANIMATIONGROUP_H 43 #define QPARALLELANIMATIONGROUP_H 45 #include <QtCore/qanimationgroup.h> 53 #ifndef QT_NO_ANIMATION 80 #endif //QT_NO_ANIMATION 86 #endif // QPARALLELANIMATIONGROUP 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.
State
This enum describes the state of the animation.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
Direction
This enum describes the direction of the animation when in Running state.
virtual void updateDirection(QAbstractAnimation::Direction direction)
This virtual function is called by QAbstractAnimation when the direction of the animation is changed...
bool event(QEvent *event)
Reimplemented Function
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_DECLARE_PRIVATE(Class)
virtual int duration() const =0
The QAnimationGroup class is an abstract base class for groups of animations.
The QEvent class is the base class of all event classes.
Qt::LayoutDirection direction