![]() |
Qt 4.8
|
#include <qvariantanimation_p.h>
Public Functions | |
| void | convertValues (int t) |
| QVariantAnimationPrivate () | |
| void | recalculateCurrentInterval (bool force=false) |
| The goal of this function is to update the currentInterval member. More... | |
| void | setCurrentValueForProgress (const qreal progress) |
| void | setDefaultStartEndValue (const QVariant &value) |
| void | setValueAt (qreal, const QVariant &) |
| void | updateInterpolator () |
| QVariant | valueAt (qreal step) const |
Public Functions inherited from QAbstractAnimationPrivate | |
| QAbstractAnimationPrivate () | |
| void | setState (QAbstractAnimation::State state) |
| virtual | ~QAbstractAnimationPrivate () |
Public Functions inherited from QObjectPrivate | |
| void | _q_reregisterTimers (void *pointer) |
| void | addConnection (int signal, Connection *c) |
| void | cleanConnectionLists () |
| void | connectNotify (const char *signal) |
| void | deleteChildren () |
| void | disconnectNotify (const char *signal) |
| bool | isSender (const QObject *receiver, const char *signal) const |
| bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More... | |
| void | moveToThread_helper () |
| QObjectPrivate (int version=QObjectPrivateVersion) | |
| QObjectList | receiverList (const char *signal) const |
| QObjectList | senderList () const |
| void | setParent_helper (QObject *) |
| void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
| int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More... | |
| virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Static Public Functions | |
| static QVariantAnimationPrivate * | get (QVariantAnimation *q) |
| static Q_CORE_EXPORT QVariantAnimation::Interpolator | getInterpolator (int interpolationType) |
Static Public Functions inherited from QAbstractAnimationPrivate | |
| static QAbstractAnimationPrivate * | get (QAbstractAnimation *q) |
Static Public Functions inherited from QObjectPrivate | |
| static void | clearGuards (QObject *) |
| static QObjectPrivate * | get (QObject *o) |
| static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
| static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
| static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Definition at line 67 of file qvariantanimation_p.h.
| QVariantAnimationPrivate::QVariantAnimationPrivate | ( | ) |
Definition at line 207 of file qvariantanimation.cpp.
| void QVariantAnimationPrivate::convertValues | ( | int | t | ) |
Definition at line 210 of file qvariantanimation.cpp.
Referenced by QPropertyAnimationPrivate::updateMetaProperty().
|
inlinestatic |
Definition at line 74 of file qvariantanimation_p.h.
|
static |
Definition at line 470 of file qvariantanimation.cpp.
Referenced by QDeclarativeNumberAnimation::init(), QDeclarativeColorAnimation::QDeclarativeColorAnimation(), QDeclarativeRotationAnimation::QDeclarativeRotationAnimation(), QDeclarativeVector3dAnimation::QDeclarativeVector3dAnimation(), QDeclarativeRotationAnimation::setDirection(), QDeclarativeAnimationPropertyUpdater::setValue(), and updateInterpolator().
| void QVariantAnimationPrivate::recalculateCurrentInterval | ( | bool | force = false | ) |
The goal of this function is to update the currentInterval member.
Definition at line 247 of file qvariantanimation.cpp.
Referenced by setDefaultStartEndValue(), and setValueAt().
| void QVariantAnimationPrivate::setCurrentValueForProgress | ( | const qreal | progress | ) |
Definition at line 295 of file qvariantanimation.cpp.
Referenced by recalculateCurrentInterval().
| void QVariantAnimationPrivate::setDefaultStartEndValue | ( | const QVariant & | value | ) |
Definition at line 351 of file qvariantanimation.cpp.
Referenced by get().
Definition at line 329 of file qvariantanimation.cpp.
| void QVariantAnimationPrivate::updateInterpolator | ( | ) |
Definition at line 225 of file qvariantanimation.cpp.
Referenced by convertValues(), and recalculateCurrentInterval().
Definition at line 319 of file qvariantanimation.cpp.
| struct { ... } QVariantAnimationPrivate::currentInterval |
Referenced by convertValues(), recalculateCurrentInterval(), setCurrentValueForProgress(), and updateInterpolator().
| QVariant QVariantAnimationPrivate::currentValue |
Definition at line 82 of file qvariantanimation_p.h.
Referenced by setCurrentValueForProgress().
| QVariant QVariantAnimationPrivate::defaultStartEndValue |
Definition at line 83 of file qvariantanimation_p.h.
Referenced by recalculateCurrentInterval(), and setDefaultStartEndValue().
| int QVariantAnimationPrivate::duration |
Definition at line 92 of file qvariantanimation_p.h.
Referenced by recalculateCurrentInterval().
| QEasingCurve QVariantAnimationPrivate::easing |
Definition at line 91 of file qvariantanimation_p.h.
Referenced by recalculateCurrentInterval().
| QVariantAnimation::KeyValue QVariantAnimationPrivate::end |
Definition at line 88 of file qvariantanimation_p.h.
| QVariantAnimation::Interpolator QVariantAnimationPrivate::interpolator |
Definition at line 94 of file qvariantanimation_p.h.
Referenced by updateInterpolator().
| QVariantAnimation::KeyValues QVariantAnimationPrivate::keyValues |
Definition at line 93 of file qvariantanimation_p.h.
Referenced by convertValues(), recalculateCurrentInterval(), setValueAt(), and valueAt().
| QVariantAnimation::KeyValue QVariantAnimationPrivate::start |
Definition at line 88 of file qvariantanimation_p.h.