Qt 4.8
|
#include <qdeclarativesmoothedanimation_p_p.h>
Public Functions | |
QDeclarativeSmoothedAnimationPrivate () | |
void | updateRunningAnimations () |
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 | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
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 121 of file qdeclarativesmoothedanimation_p_p.h.
QDeclarativeSmoothedAnimationPrivate::QDeclarativeSmoothedAnimationPrivate | ( | ) |
Definition at line 310 of file qdeclarativesmoothedanimation.cpp.
void QDeclarativeSmoothedAnimationPrivate::updateRunningAnimations | ( | ) |
Definition at line 318 of file qdeclarativesmoothedanimation.cpp.
QHash<QDeclarativeProperty, QSmoothedAnimation*> QDeclarativeSmoothedAnimationPrivate::activeAnimations |
Definition at line 130 of file qdeclarativesmoothedanimation_p_p.h.
Referenced by updateRunningAnimations().
QSmoothedAnimation* QDeclarativeSmoothedAnimationPrivate::anim |
Definition at line 129 of file qdeclarativesmoothedanimation_p_p.h.
Referenced by QDeclarativeSmoothedAnimationPrivate(), and updateRunningAnimations().
QParallelAnimationGroup* QDeclarativeSmoothedAnimationPrivate::wrapperGroup |
Definition at line 128 of file qdeclarativesmoothedanimation_p_p.h.
Referenced by QDeclarativeSmoothedAnimationPrivate().