Qt 4.8
|
#include <qpropertyanimation_p.h>
Public Functions | |
QPropertyAnimationPrivate () | |
void | updateMetaProperty () |
void | updateProperty (const QVariant &) |
Public Functions inherited from QVariantAnimationPrivate | |
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 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QVariantAnimationPrivate | |
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) |
Definition at line 64 of file qpropertyanimation_p.h.
|
inline |
Definition at line 68 of file qpropertyanimation_p.h.
void QPropertyAnimationPrivate::updateMetaProperty | ( | ) |
Definition at line 104 of file qpropertyanimation.cpp.
void QPropertyAnimationPrivate::updateProperty | ( | const QVariant & | newValue | ) |
Definition at line 125 of file qpropertyanimation.cpp.
int QPropertyAnimationPrivate::propertyIndex |
Definition at line 79 of file qpropertyanimation_p.h.
Referenced by updateMetaProperty(), and updateProperty().
QByteArray QPropertyAnimationPrivate::propertyName |
Definition at line 81 of file qpropertyanimation_p.h.
Referenced by updateMetaProperty(), and updateProperty().
int QPropertyAnimationPrivate::propertyType |
Definition at line 78 of file qpropertyanimation_p.h.
Referenced by updateMetaProperty(), and updateProperty().
QWeakPointer<QObject> QPropertyAnimationPrivate::target |
Definition at line 73 of file qpropertyanimation_p.h.
Referenced by updateMetaProperty(), and updateProperty().
QObject* QPropertyAnimationPrivate::targetValue |
Definition at line 75 of file qpropertyanimation_p.h.
Referenced by updateMetaProperty(), and updateProperty().