![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickanimatorjob_p.h>
Protected Member Functions | |
| QQuickAnimatorJob () | |
| void | debugAnimation (QDebug d) const override |
| qreal | progress (int time) const |
| void | boundValue () |
| Protected Member Functions inherited from QAbstractAnimationJob | |
| virtual void | updateCurrentTime (int) |
| virtual void | updateLoopCount (int) |
| virtual void | updateState (QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) |
| virtual void | updateDirection (QAbstractAnimationJob::Direction direction) |
| virtual void | topLevelAnimationLoopChanged () |
| void | fireTopLevelAnimationLoopChanged () |
| void | setState (QAbstractAnimationJob::State state) |
| void | finished () |
| void | stateChanged (QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) |
| void | currentLoopChanged () |
| void | directionChanged (QAbstractAnimationJob::Direction) |
| void | currentTimeChanged (int currentTime) |
Protected Attributes | |
| QPointer< QQuickItem > | m_target |
| QQuickAnimatorController * | m_controller |
| qreal | m_from |
| qreal | m_to |
| qreal | m_value |
| QEasingCurve | m_easing |
| int | m_duration |
| uint | m_isTransform: 1 |
| uint | m_isUniform: 1 |
| Protected Attributes inherited from QAbstractAnimationJob | |
| int | m_loopCount |
| QAnimationGroupJob * | m_group |
| QAbstractAnimationJob::Direction | m_direction |
| QAbstractAnimationJob::State | m_state |
| int | m_totalCurrentTime |
| int | m_currentTime |
| int | m_currentLoop |
| int | m_uncontrolledFinishTime |
| int | m_currentLoopStartTime |
| std::vector< ChangeListener > | changeListeners |
| QQmlAnimationTimer * | m_timer = nullptr |
| bool | m_hasRegisteredTimer:1 |
| bool | m_isPause:1 |
| bool | m_isGroup:1 |
| bool | m_disableUserControl:1 |
| bool | m_hasCurrentTimeChangeListeners:1 |
| bool | m_isRenderThreadJob:1 |
| bool | m_isRenderThreadProxy:1 |
Additional Inherited Members | |
| Public Types inherited from QAbstractAnimationJob | |
| enum | Direction { Forward , Backward } |
| enum | State { Stopped , Paused , Running } |
| enum | ChangeType { Completion = 0x01 , StateChange = 0x02 , CurrentLoop = 0x04 , CurrentTime = 0x08 } |
| Public Attributes inherited from QAbstractAnimationJob | |
| SelfDeletable | m_selfDeletable |
Definition at line 82 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 225 of file qquickanimatorjob.cpp.
|
protected |
Definition at line 250 of file qquickanimatorjob.cpp.
|
inlinevirtual |
Reimplemented in QQuickTransformAnimatorJob.
Definition at line 129 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 136 of file qquickanimatorjob_p.h.
Reimplemented from QAbstractAnimationJob.
Definition at line 238 of file qquickanimatorjob.cpp.
|
inlineoverridevirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 101 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 103 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 92 of file qquickanimatorjob_p.h.
|
virtual |
Definition at line 277 of file qquickanimatorjob.cpp.
|
pure virtual |
Implemented in QQuickOpacityAnimatorJob, and QQuickTransformAnimatorJob.
|
inline |
Definition at line 131 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 132 of file qquickanimatorjob_p.h.
|
inlinevirtual |
Reimplemented in QQuickOpacityAnimatorJob.
Definition at line 124 of file qquickanimatorjob_p.h.
|
inlinevirtual |
Reimplemented in QQuickTransformAnimatorJob.
Definition at line 120 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 245 of file qquickanimatorjob.cpp.
|
inline |
Definition at line 100 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 104 of file qquickanimatorjob_p.h.
Definition at line 88 of file qquickanimatorjob_p.h.
|
virtual |
Reimplemented in QQuickTransformAnimatorJob.
Definition at line 272 of file qquickanimatorjob.cpp.
Definition at line 94 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 86 of file qquickanimatorjob_p.h.
|
inline |
Definition at line 98 of file qquickanimatorjob_p.h.
| qreal QQuickAnimatorJob::value | ( | ) | const |
Definition at line 261 of file qquickanimatorjob.cpp.
|
pure virtual |
Implemented in QQuickOpacityAnimatorJob, QQuickRotationAnimatorJob, QQuickScaleAnimatorJob, QQuickXAnimatorJob, and QQuickYAnimatorJob.
|
protected |
Definition at line 146 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 154 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 152 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 148 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 156 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 157 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 145 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 149 of file qquickanimatorjob_p.h.
|
protected |
Definition at line 150 of file qquickanimatorjob_p.h.