QtBase  v6.3.1
Public Member Functions | Protected Member Functions | List of all members
QParallelAnimationGroup Class Reference

The QParallelAnimationGroup class provides a parallel group of animations. More...

#include <qparallelanimationgroup.h>

Inheritance diagram for QParallelAnimationGroup:
Inheritance graph
[legend]
Collaboration diagram for QParallelAnimationGroup:
Collaboration graph
[legend]

Public Member Functions

 QParallelAnimationGroup (QObject *parent=nullptr)
 
 ~QParallelAnimationGroup ()
 
int duration () const override
 
- Public Member Functions inherited from QAnimationGroup
 QAnimationGroup (QObject *parent=nullptr)
 
 ~QAnimationGroup ()
 
QAbstractAnimationanimationAt (int index) const
 
int animationCount () const
 
int indexOfAnimation (QAbstractAnimation *animation) const
 
void addAnimation (QAbstractAnimation *animation)
 
void insertAnimation (int index, QAbstractAnimation *animation)
 
void removeAnimation (QAbstractAnimation *animation)
 
QAbstractAnimationtakeAnimation (int index)
 
void clear ()
 
- Public Member Functions inherited from QAbstractAnimation
 QAbstractAnimation (QObject *parent=nullptr)
 
virtual ~QAbstractAnimation ()
 
State state () const
 
QBindable< QAbstractAnimation::StatebindableState () const
 
QAnimationGroupgroup () const
 
Direction direction () const
 
void setDirection (Direction direction)
 
QBindable< DirectionbindableDirection ()
 
int currentTime () const
 
QBindable< int > bindableCurrentTime ()
 
int currentLoopTime () const
 
int loopCount () const
 
void setLoopCount (int loopCount)
 
QBindable< int > bindableLoopCount ()
 
int currentLoop () const
 
QBindable< int > bindableCurrentLoop () const
 
int totalDuration () const
 
- Public Member Functions inherited from QObject
Q_INVOKABLE QObject (QObject *parent=nullptr)
 
virtual ~QObject ()
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
QString objectName () const
 
void setObjectName (const QString &name)
 
QBindable< QStringbindableObjectName ()
 
bool isWidgetType () const
 
bool isWindowType () const
 
bool signalsBlocked () const noexcept
 
bool blockSignals (bool b) noexcept
 
QThreadthread () const
 
void moveToThread (QThread *thread)
 
int startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer)
 
void killTimer (int id)
 
template<typename T >
T findChild (const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
template<typename T >
QList< TfindChildren (Qt::FindChildOptions options=Qt::FindChildrenRecursively) const
 
const QObjectListchildren () const
 
void setParent (QObject *parent)
 
void installEventFilter (QObject *filterObj)
 
void removeEventFilter (QObject *obj)
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const
 
bool disconnect (const QObject *receiver, const char *member=nullptr) const
 
void dumpObjectTree () const
 
void dumpObjectInfo () const
 
bool setProperty (const char *name, const QVariant &value)
 
QVariant property (const char *name) const
 
QList< QByteArraydynamicPropertyNames () const
 
QBindingStoragebindingStorage ()
 
const QBindingStoragebindingStorage () const
 
QObjectparent () const
 
bool inherits (const char *classname) const
 

Protected Member Functions

 QParallelAnimationGroup (QParallelAnimationGroupPrivate &dd, QObject *parent)
 
bool event (QEvent *event) override
 
void updateCurrentTime (int currentTime) override
 
void updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override
 
void updateDirection (QAbstractAnimation::Direction direction) override
 
- Protected Member Functions inherited from QAnimationGroup
 QAnimationGroup (QAnimationGroupPrivate &dd, QObject *parent)
 
- Protected Member Functions inherited from QAbstractAnimation
 QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=nullptr)
 
- Protected Member Functions inherited from QObject
QObjectsender () const
 
int senderSignalIndex () const
 
int receivers (const char *signal) const
 
bool isSignalConnected (const QMetaMethod &signal) const
 
virtual void timerEvent (QTimerEvent *event)
 
virtual void childEvent (QChildEvent *event)
 
virtual void customEvent (QEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
 QObject (QObjectPrivate &dd, QObject *parent=nullptr)
 

Additional Inherited Members

- Public Types inherited from QAbstractAnimation
enum  Direction { Forward , Backward }
 
enum  State { Stopped , Paused , Running }
 
enum  DeletionPolicy { KeepWhenStopped = 0 , DeleteWhenStopped }
 
- Public Slots inherited from QAbstractAnimation
void start (QAbstractAnimation::DeletionPolicy policy=KeepWhenStopped)
 
void pause ()
 
void resume ()
 
void setPaused (bool)
 
void stop ()
 
void setCurrentTime (int msecs)
 
- Public Slots inherited from QObject
void deleteLater ()
 
- Signals inherited from QAbstractAnimation
void finished ()
 
void stateChanged (QAbstractAnimation::State newState, QAbstractAnimation::State oldState)
 
void currentLoopChanged (int currentLoop)
 
void directionChanged (QAbstractAnimation::Direction)
 
- Signals inherited from QObject
void destroyed (QObject *=nullptr)
 
void objectNameChanged (const QString &objectName, QPrivateSignal)
 
- Static Public Member Functions inherited from QObject
static QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 
static QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
static QMetaObject::Connection ::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 slot)
 
template<typename Func1 , typename Func2 >
static std::enable_if< QtPrivate::FunctionPointer< Func2 >::ArgumentCount==-1 &&!std::is_convertible_v< Func2, const char * >, QMetaObject::Connection >::type connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *context, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static bool disconnect (const QMetaObject::Connection &)
 
template<typename Func1 , typename Func2 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot)
 
template<typename Func1 >
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero)
 
- Protected Attributes inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Properties inherited from QAbstractAnimation
State state
 state of the animation. More...
 
int loopCount
 the loop count of the animation More...
 
int currentTime
 the current time and progress of the animation More...
 
int currentLoop
 the current loop of the animation More...
 
Direction direction
 the direction of the animation when it is in \l Running state. More...
 
int duration
 the duration of the animation. More...
 
- Properties inherited from QObject
QString objectName
 the name of this object More...
 

Detailed Description

The QParallelAnimationGroup class provides a parallel group of animations.

\inmodule QtCore

Since
4.6

QParallelAnimationGroup–a \l{QAnimationGroup}{container for animations}–starts all its animations when it is \l{QAbstractAnimation::start()}{started} itself, i.e., runs all animations in parallel. The animation group finishes when the longest lasting animation has finished.

You can treat QParallelAnimationGroup as any other QAbstractAnimation, e.g., pause, resume, or add it to other animation groups.

In this example, anim1 and anim2 are two \l{QPropertyAnimation}s that have already been set up.

See also
QAnimationGroup, QPropertyAnimation, {The Animation Framework}

Definition at line 50 of file qparallelanimationgroup.h.

Constructor & Destructor Documentation

◆ QParallelAnimationGroup() [1/2]

QParallelAnimationGroup::QParallelAnimationGroup ( QObject parent = nullptr)

Constructs a QParallelAnimationGroup. parent is passed to QObject's constructor.

Definition at line 79 of file qparallelanimationgroup.cpp.

◆ ~QParallelAnimationGroup()

QParallelAnimationGroup::~QParallelAnimationGroup ( )

Destroys the animation group. It will also destroy all its animations.

Definition at line 96 of file qparallelanimationgroup.cpp.

◆ QParallelAnimationGroup() [2/2]

QParallelAnimationGroup::QParallelAnimationGroup ( QParallelAnimationGroupPrivate dd,
QObject parent 
)
protected

Definition at line 87 of file qparallelanimationgroup.cpp.

Member Function Documentation

◆ duration()

int QParallelAnimationGroup::duration ( ) const
overridevirtual

\reimp

Implements QAbstractAnimation.

Definition at line 103 of file qparallelanimationgroup.cpp.

Here is the caller graph for this function:

◆ event()

bool QParallelAnimationGroup::event ( QEvent event)
overrideprotectedvirtual

\reimp

Reimplemented from QAnimationGroup.

Definition at line 326 of file qparallelanimationgroup.cpp.

Here is the call graph for this function:

◆ updateCurrentTime()

void QParallelAnimationGroup::updateCurrentTime ( int  currentTime)
overrideprotectedvirtual

\reimp

Implements QAbstractAnimation.

Definition at line 122 of file qparallelanimationgroup.cpp.

Here is the call graph for this function:

◆ updateDirection()

void QParallelAnimationGroup::updateDirection ( QAbstractAnimation::Direction  direction)
overrideprotectedvirtual

\reimp

Reimplemented from QAbstractAnimation.

Definition at line 304 of file qparallelanimationgroup.cpp.

Here is the call graph for this function:

◆ updateState()

void QParallelAnimationGroup::updateState ( QAbstractAnimation::State  newState,
QAbstractAnimation::State  oldState 
)
overrideprotectedvirtual

\reimp

Reimplemented from QAbstractAnimation.

Definition at line 179 of file qparallelanimationgroup.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: