QVariantAnimation
#include <QtCore/QVariantAnimation>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QVariantAnimation
Overview
Inheritance
QAbstractAnimation | ||
QVariantAnimation | ||
QPropertyAnimation |
Public Types Index
Properties Index
QVariant | currentValue [read-only] |
int | duration |
QEasingCurve | easingCurve |
QVariant | endValue |
QVariant | startValue |
int | currentLoop [read-only]![]() |
int | currentTime![]() |
Direction | direction![]() |
int | loopCount![]() |
State | state [read-only]![]() |
Public Functions Index
QVariantAnimation (QObject *parent=0) | |
~QVariantAnimation () | |
QVariant | currentValue () const |
virtual int | duration () const |
QEasingCurve | easingCurve () const |
QVariant | endValue () const |
QVariant | keyValueAt (qreal step) const |
KeyValues | keyValues () const |
void | setDuration (int msecs) |
void | setEasingCurve (const QEasingCurve &easing) |
void | setEndValue (const QVariant &value) |
void | setKeyValueAt (qreal step, const QVariant &value) |
void | setKeyValues (const KeyValues &values) |
void | setStartValue (const QVariant &value) |
QVariant | startValue () const |
int | currentLoop () const ![]() |
int | currentLoopTime () const ![]() |
int | currentTime () const ![]() |
Direction | direction () const ![]() |
QAnimationGroup * | group () const ![]() |
int | loopCount () const ![]() |
QAbstractAnimation (QObject *parent=0)![]() | |
void | setDirection (Direction direction)![]() |
void | setLoopCount (int loopCount)![]() |
State | state () const ![]() |
int | totalDuration () const ![]() |
Protected Functions Index
QVariantAnimation (QVariantAnimationPrivate &dd, QObject *parent=0) | |
virtual bool | event (QEvent *event) |
virtual QVariant | interpolated (const QVariant &from, const QVariant &to, qreal progress) const |
virtual void | updateCurrentTime (int) |
void | updateCurrentValue (const QVariant &value)=0 |
virtual void | updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |
QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=0)![]() | |
virtual void | updateDirection (QAbstractAnimation::Direction direction)![]() |
Public Slots Index
Signals Index
void | valueChanged (const QVariant &value) |
void | currentLoopChanged (int currentLoop)![]() |
void | directionChanged (QAbstractAnimation::Direction)![]() |
void | finished ()![]() |
void | stateChanged (QAbstractAnimation::State newState, QAbstractAnimation::State oldState)![]() |
Public Types
Properties
Public Functions
Destructor.
virtual int
void
void
void
void
void
void
int 
int 
int 
Direction 
int 
void 
void 
State 
int 
Protected Functions
Public Slots
(Only has inherited public slots)
void 
void 
void 
void 
void 
void 
Signals
void
void 
void 
void 
void 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy