QPauseAnimation Class ReferenceThe QPauseAnimation class provides a pause for QSequentialAnimationGroup. More... #include <QPauseAnimation> Inherits: QAbstractAnimation. This class was introduced in Qt 4.6. Properties
Public Functions
Reimplemented Public Functions
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe QPauseAnimation class provides a pause for QSequentialAnimationGroup. If you wish to introduce a delay between animations in a QSequentialAnimationGroup, you can insert a QPauseAnimation. This class does not animate anything, but does not finish before a specified number of milliseconds have elapsed from when it was started. You specify the duration of the pause in the constructor. It can also be set directly with setDuration(). It is not necessary to construct a QPauseAnimation yourself. QSequentialAnimationGroup provides the convenience functions addPause() and insertPause(). These functions simply take the number of milliseconds the pause should last. See also QSequentialAnimationGroup. Property Documentation
|
virtual int | duration () const |
void | setDuration ( int msecs ) |
Constructs a QPauseAnimation. parent is passed to QObject's constructor. The default duration is 0.
Constructs a QPauseAnimation. msecs is the duration of the pause. parent is passed to QObject's constructor.
Destroys the pause animation.
Reimplemented from QObject::event().
Reimplemented from QAbstractAnimation::updateCurrentTime().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.