![]() |
Qt 4.8
|
Public Functions | |
| QTimeLinePrivate () | |
| void | setCurrentTime (int msecs) |
| void | setState (QTimeLine::State newState) |
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 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 51 of file qtimeline.cpp.
|
inline |
Definition at line 55 of file qtimeline.cpp.
| void QTimeLinePrivate::setCurrentTime | ( | int | msecs | ) |
Definition at line 91 of file qtimeline.cpp.
Referenced by setState().
|
inline |
Definition at line 78 of file qtimeline.cpp.
| int QTimeLinePrivate::currentLoopCount |
Definition at line 69 of file qtimeline.cpp.
Referenced by setCurrentTime().
| int QTimeLinePrivate::currentTime |
Definition at line 71 of file qtimeline.cpp.
Referenced by setCurrentTime().
| QTimeLine::Direction QTimeLinePrivate::direction |
Definition at line 75 of file qtimeline.cpp.
Referenced by setCurrentTime().
| int QTimeLinePrivate::duration |
Definition at line 64 of file qtimeline.cpp.
Referenced by setCurrentTime().
| QEasingCurve QTimeLinePrivate::easingCurve |
Definition at line 76 of file qtimeline.cpp.
| int QTimeLinePrivate::endFrame |
Definition at line 66 of file qtimeline.cpp.
Referenced by setCurrentTime().
| int QTimeLinePrivate::startFrame |
Definition at line 65 of file qtimeline.cpp.
Referenced by setCurrentTime().
| int QTimeLinePrivate::startTime |
Definition at line 63 of file qtimeline.cpp.
| QTimeLine::State QTimeLinePrivate::state |
Definition at line 77 of file qtimeline.cpp.
Referenced by setCurrentTime().
| QElapsedTimer QTimeLinePrivate::timer |
Definition at line 73 of file qtimeline.cpp.
| int QTimeLinePrivate::timerId |
Definition at line 72 of file qtimeline.cpp.
| int QTimeLinePrivate::totalLoopCount |
Definition at line 68 of file qtimeline.cpp.
Referenced by setCurrentTime().
| int QTimeLinePrivate::updateInterval |
Definition at line 67 of file qtimeline.cpp.