Qt 4.8
|
Classes | |
struct | SpringAnimation |
Public Types | |
typedef QTickAnimationProxy< QDeclarativeSpringAnimationPrivate, &QDeclarativeSpringAnimationPrivate::tick > | Clock |
enum | Mode { Track, Velocity, Spring } |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Public Functions | |
bool | animate (const QDeclarativeProperty &property, SpringAnimation &animation, int elapsed) |
QDeclarativeSpringAnimationPrivate () | |
void | tick (int time) |
void | updateMode () |
Public Functions inherited from QDeclarativePropertyAnimationPrivate | |
void | init () |
QDeclarativePropertyAnimationPrivate () | |
Public Functions inherited from QDeclarativeAbstractAnimationPrivate | |
void | commence () |
QDeclarativeAbstractAnimationPrivate () | |
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 |
Additional Inherited Members | |
Static Public Functions inherited from QDeclarativePropertyAnimationPrivate | |
static void | convertVariant (QVariant &variant, int type) |
static QVariant | interpolateVariant (const QVariant &from, const QVariant &to, qreal progress) |
Static Public Functions inherited from QDeclarativeAbstractAnimationPrivate | |
static QDeclarativeProperty | createProperty (QObject *obj, const QString &str, QObject *infoObj) |
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) |
Definition at line 57 of file qdeclarativespringanimation.cpp.
typedef QTickAnimationProxy<QDeclarativeSpringAnimationPrivate, &QDeclarativeSpringAnimationPrivate::tick> QDeclarativeSpringAnimationPrivate::Clock |
Definition at line 104 of file qdeclarativespringanimation.cpp.
|
inline |
Definition at line 93 of file qdeclarativespringanimation.cpp.
bool QDeclarativeSpringAnimationPrivate::animate | ( | const QDeclarativeProperty & | property, |
SpringAnimation & | animation, | ||
int | elapsed | ||
) |
Definition at line 138 of file qdeclarativespringanimation.cpp.
Referenced by QDeclarativeSpringAnimationPrivate(), and tick().
void QDeclarativeSpringAnimationPrivate::tick | ( | int | time | ) |
Definition at line 108 of file qdeclarativespringanimation.cpp.
Referenced by QDeclarativeSpringAnimationPrivate().
void QDeclarativeSpringAnimationPrivate::updateMode | ( | ) |
Definition at line 216 of file qdeclarativespringanimation.cpp.
Referenced by QDeclarativeSpringAnimationPrivate().
QHash<QDeclarativeProperty, SpringAnimation> QDeclarativeSpringAnimationPrivate::activeAnimations |
Definition at line 72 of file qdeclarativespringanimation.cpp.
Referenced by tick(), and updateMode().
Clock* QDeclarativeSpringAnimationPrivate::clock |
Definition at line 105 of file qdeclarativespringanimation.cpp.
Referenced by tick().
qreal QDeclarativeSpringAnimationPrivate::damping |
Definition at line 79 of file qdeclarativespringanimation.cpp.
Referenced by animate().
qreal QDeclarativeSpringAnimationPrivate::epsilon |
Definition at line 80 of file qdeclarativespringanimation.cpp.
Referenced by animate().
bool QDeclarativeSpringAnimationPrivate::haveModulus |
Definition at line 84 of file qdeclarativespringanimation.cpp.
Referenced by animate(), and updateMode().
int QDeclarativeSpringAnimationPrivate::lastTime |
Definition at line 76 of file qdeclarativespringanimation.cpp.
Referenced by animate(), tick(), and updateMode().
qreal QDeclarativeSpringAnimationPrivate::mass |
Definition at line 77 of file qdeclarativespringanimation.cpp.
Referenced by animate().
qreal QDeclarativeSpringAnimationPrivate::maxVelocity |
Definition at line 74 of file qdeclarativespringanimation.cpp.
Referenced by animate(), and updateMode().
Mode QDeclarativeSpringAnimationPrivate::mode |
Definition at line 91 of file qdeclarativespringanimation.cpp.
Referenced by animate(), tick(), and updateMode().
qreal QDeclarativeSpringAnimationPrivate::modulus |
Definition at line 81 of file qdeclarativespringanimation.cpp.
Referenced by animate(), and updateMode().
qreal QDeclarativeSpringAnimationPrivate::spring |
Definition at line 78 of file qdeclarativespringanimation.cpp.
Referenced by animate(), and updateMode().
bool QDeclarativeSpringAnimationPrivate::useMass |
Definition at line 83 of file qdeclarativespringanimation.cpp.
Referenced by animate().
qreal QDeclarativeSpringAnimationPrivate::velocityms |
Definition at line 75 of file qdeclarativespringanimation.cpp.
Referenced by animate(), and updateMode().