![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickanimation_p_p.h>
Protected Member Functions | |
| void | updateCurrentTime (int currentTime) override |
| void | topLevelAnimationLoopChanged () override |
| void | debugAnimation (QDebug d) const override |
| Protected Member Functions inherited from QAbstractAnimationJob | |
| virtual void | updateLoopCount (int) |
| virtual void | updateState (QAbstractAnimationJob::State newState, QAbstractAnimationJob::State oldState) |
| virtual void | updateDirection (QAbstractAnimationJob::Direction direction) |
| 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) |
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 |
| 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 |
Definition at line 93 of file qquickanimation_p_p.h.
| QQuickBulkValueAnimator::QQuickBulkValueAnimator | ( | ) |
Definition at line 2045 of file qquickanimation.cpp.
|
override |
Definition at line 2050 of file qquickanimation.cpp.
Reimplemented from QAbstractAnimationJob.
Definition at line 2082 of file qquickanimation.cpp.
|
inlineoverridevirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 105 of file qquickanimation_p_p.h.
|
inline |
Definition at line 108 of file qquickanimation_p_p.h.
|
inline |
Definition at line 101 of file qquickanimation_p_p.h.
| void QQuickBulkValueAnimator::setAnimValue | ( | QQuickBulkValueUpdater * | value | ) |
Definition at line 2055 of file qquickanimation.cpp.
|
inline |
Definition at line 106 of file qquickanimation_p_p.h.
|
inline |
Definition at line 109 of file qquickanimation_p_p.h.
|
inline |
Definition at line 103 of file qquickanimation_p_p.h.
|
overrideprotectedvirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 2073 of file qquickanimation.cpp.
|
overrideprotectedvirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 2062 of file qquickanimation.cpp.