QPropertyAnimation
#include <QtCore/QPropertyAnimation>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QPropertyAnimation
Overview
Inheritance
QAbstractAnimation | |||
QVariantAnimation | |||
QPropertyAnimation |
Public Types Index
Properties Index
QByteArray | propertyName |
QObject | targetObject |
int | currentLoop [read-only]![]() |
int | currentTime![]() |
QVariant | currentValue [read-only]![]() |
Direction | direction![]() |
int | duration![]() |
QEasingCurve | easingCurve![]() |
QVariant | endValue![]() |
int | loopCount![]() |
QVariant | startValue![]() |
State | state [read-only]![]() |
Public Functions Index
QPropertyAnimation (QObject *parent=0) | |
QPropertyAnimation (QObject *target, const QByteArray &propertyName, QObject *parent=0) | |
~QPropertyAnimation () | |
QByteArray | propertyName () const |
void | setPropertyName (const QByteArray &propertyName) |
void | setTargetObject (QObject *target) |
QObject * | targetObject () const |
int | currentLoop () const ![]() |
int | currentLoopTime () const ![]() |
int | currentTime () const ![]() |
QVariant | currentValue () const ![]() |
Direction | direction () const ![]() |
virtual int | duration () const ![]() |
QEasingCurve | easingCurve () const ![]() |
QVariant | endValue () const ![]() |
QAnimationGroup * | group () const ![]() |
QVariant | keyValueAt (qreal step) const ![]() |
KeyValues | keyValues () const ![]() |
int | loopCount () const ![]() |
QAbstractAnimation (QObject *parent=0)![]() | |
QVariantAnimation (QObject *parent=0)![]() | |
void | setDirection (Direction direction)![]() |
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 | setLoopCount (int loopCount)![]() |
void | setStartValue (const QVariant &value)![]() |
QVariant | startValue () const ![]() |
State | state () const ![]() |
int | totalDuration () const ![]() |
Protected Functions Index
virtual bool | event (QEvent *event) |
virtual void | updateCurrentValue (const QVariant &value) |
virtual void | updateState (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) |
virtual QVariant | interpolated (const QVariant &from, const QVariant &to, qreal progress) const ![]() |
QAbstractAnimation (QAbstractAnimationPrivate &dd, QObject *parent=0)![]() | |
QVariantAnimation (QVariantAnimationPrivate &dd, QObject *parent=0)![]() | |
virtual void | updateCurrentTime (int)![]() |
virtual void | updateDirection (QAbstractAnimation::Direction direction)![]() |
Public Slots Index
Signals Index
Only has inherited signals
void | currentLoopChanged (int currentLoop)![]() |
void | directionChanged (QAbstractAnimation::Direction)![]() |
void | finished ()![]() |
void | stateChanged (QAbstractAnimation::State newState, QAbstractAnimation::State oldState)![]() |
void | valueChanged (const QVariant &value)![]() |
Public Types
(Only has inherited public types)
Properties
Public Functions
Destructor.
void
void
QObject *
int 
int 
int 
Direction 
virtual int 
int 
void 
void 
void 
void 
void 
void 
void 
void 
State 
int 
Protected Functions
Public Slots
(Only has inherited public slots)
void 
void 
void 
void 
void 
void 
Signals
(Only has inherited 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