#include <qabstractanimationjob_p.h>
Definition at line 33 of file qabstractanimationjob_p.h.
◆ ChangeType
◆ Direction
◆ State
◆ QAbstractAnimationJob()
| QAbstractAnimationJob::QAbstractAnimationJob |
( |
| ) |
|
◆ ~QAbstractAnimationJob()
| QAbstractAnimationJob::~QAbstractAnimationJob |
( |
| ) |
|
|
virtual |
◆ addAnimationChangeListener()
◆ complete()
| void QAbstractAnimationJob::complete |
( |
| ) |
|
◆ currentLoop()
| int QAbstractAnimationJob::currentLoop |
( |
| ) |
const |
|
inline |
◆ currentLoopChanged()
| void QAbstractAnimationJob::currentLoopChanged |
( |
| ) |
|
|
protected |
◆ currentLoopTime()
| int QAbstractAnimationJob::currentLoopTime |
( |
| ) |
const |
|
inline |
◆ currentTime()
| int QAbstractAnimationJob::currentTime |
( |
| ) |
const |
|
inline |
◆ currentTimeChanged()
| void QAbstractAnimationJob::currentTimeChanged |
( |
int | currentTime | ) |
|
|
protected |
◆ debugAnimation()
| void QAbstractAnimationJob::debugAnimation |
( |
QDebug | d | ) |
const |
|
protectedvirtual |
Reimplemented in QActionAnimation, QContinuingAnimationGroupJob, QParallelAnimationGroupJob, QPauseAnimationJob, QQuickAnimatorJob, QQuickAnimatorProxyJob, QQuickBulkValueAnimator, QQuickTimeLine, QSequentialAnimationGroupJob, QSmoothedAnimation, QSpringAnimation, and QSpringAnimation.
Definition at line 652 of file qabstractanimationjob.cpp.
◆ direction()
◆ directionChanged()
◆ duration()
| virtual int QAbstractAnimationJob::duration |
( |
| ) |
const |
|
inlinevirtual |
Reimplemented in QActionAnimation, QContinuingAnimationGroupJob, QFrameAnimationJob, QFrameAnimationJob, QParallelAnimationGroupJob, QPauseAnimationJob, QQuickAnimatorJob, QQuickAnimatorProxyJob, QQuickBoundaryReturnJob, QQuickBoundaryReturnJob, QQuickBulkValueAnimator, QQuickTimeLine, QSequentialAnimationGroupJob, QSmoothedAnimation, QSpringAnimation, QSpringAnimation, QTickAnimationProxy< T, method >, and QTickAnimationProxy< QQuickItemParticle, &QQuickItemParticle::tick >.
Definition at line 58 of file qabstractanimationjob_p.h.
◆ finished()
| void QAbstractAnimationJob::finished |
( |
| ) |
|
|
protected |
◆ fireTopLevelAnimationLoopChanged()
| void QAbstractAnimationJob::fireTopLevelAnimationLoopChanged |
( |
| ) |
|
|
protected |
◆ group()
◆ isGroup()
| bool QAbstractAnimationJob::isGroup |
( |
| ) |
const |
|
inline |
◆ isPaused()
| bool QAbstractAnimationJob::isPaused |
( |
| ) |
|
|
inline |
◆ isRenderThreadJob()
| bool QAbstractAnimationJob::isRenderThreadJob |
( |
| ) |
const |
|
inline |
◆ isRenderThreadProxy()
| bool QAbstractAnimationJob::isRenderThreadProxy |
( |
| ) |
const |
|
inline |
◆ isRunning()
| bool QAbstractAnimationJob::isRunning |
( |
| ) |
|
|
inline |
◆ isStopped()
| bool QAbstractAnimationJob::isStopped |
( |
| ) |
|
|
inline |
◆ loopCount()
| int QAbstractAnimationJob::loopCount |
( |
| ) |
const |
|
inline |
◆ pause()
| void QAbstractAnimationJob::pause |
( |
| ) |
|
◆ removeAnimationChangeListener()
◆ resume()
| void QAbstractAnimationJob::resume |
( |
| ) |
|
◆ setCurrentTime()
| void QAbstractAnimationJob::setCurrentTime |
( |
int | msecs | ) |
|
◆ setDirection()
◆ setDisableUserControl()
| void QAbstractAnimationJob::setDisableUserControl |
( |
| ) |
|
◆ setEnableUserControl()
| void QAbstractAnimationJob::setEnableUserControl |
( |
| ) |
|
◆ setLoopCount()
| void QAbstractAnimationJob::setLoopCount |
( |
int | loopCount | ) |
|
◆ setState()
◆ start()
| void QAbstractAnimationJob::start |
( |
| ) |
|
◆ state()
◆ stateChanged()
◆ stop()
| void QAbstractAnimationJob::stop |
( |
| ) |
|
◆ topLevelAnimationLoopChanged()
| virtual void QAbstractAnimationJob::topLevelAnimationLoopChanged |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ totalDuration()
| int QAbstractAnimationJob::totalDuration |
( |
| ) |
const |
◆ updateCurrentTime()
| virtual void QAbstractAnimationJob::updateCurrentTime |
( |
int | | ) |
|
|
inlineprotectedvirtual |
Reimplemented in QActionAnimation, QContinuingAnimationGroupJob, QParallelAnimationGroupJob, QPauseAnimationJob, QQuickAnimatorProxyJob, QQuickBoundaryReturnJob, QQuickBoundaryReturnJob, QQuickBulkValueAnimator, QQuickOpacityAnimatorJob, QQuickRotationAnimatorJob, QQuickScaleAnimatorJob, QQuickTimeLine, QQuickXAnimatorJob, QQuickYAnimatorJob, QSequentialAnimationGroupJob, QSmoothedAnimation, QSpringAnimation, QSpringAnimation, QTickAnimationProxy< T, method >, and QTickAnimationProxy< QQuickItemParticle, &QQuickItemParticle::tick >.
Definition at line 100 of file qabstractanimationjob_p.h.
◆ updateDirection()
◆ updateLoopCount()
| virtual void QAbstractAnimationJob::updateLoopCount |
( |
int | | ) |
|
|
inlineprotectedvirtual |
◆ updateState()
Reimplemented in ParallelAnimationWrapper, ParallelAnimationWrapper, QContinuingAnimationGroupJob, QParallelAnimationGroupJob, QQuickAnimatorProxyJob, QQuickBoundaryReturnJob, QQuickBoundaryReturnJob, QSequentialAnimationGroupJob, QSmoothedAnimation, QSpringAnimation, and QSpringAnimation.
Definition at line 572 of file qabstractanimationjob.cpp.
◆ userControlDisabled()
| bool QAbstractAnimationJob::userControlDisabled |
( |
| ) |
const |
◆ operator<<
◆ QAnimationGroupJob
◆ QQmlAnimationTimer
◆ changeListeners
◆ m_currentLoop
| int QAbstractAnimationJob::m_currentLoop |
|
protected |
◆ m_currentLoopStartTime
| int QAbstractAnimationJob::m_currentLoopStartTime |
|
protected |
◆ m_currentTime
| int QAbstractAnimationJob::m_currentTime |
|
protected |
◆ m_direction
◆ m_disableUserControl
| bool QAbstractAnimationJob::m_disableUserControl |
|
protected |
◆ m_group
◆ m_hasCurrentTimeChangeListeners
| bool QAbstractAnimationJob::m_hasCurrentTimeChangeListeners |
|
protected |
◆ m_hasRegisteredTimer
| bool QAbstractAnimationJob::m_hasRegisteredTimer |
|
protected |
◆ m_isGroup
| bool QAbstractAnimationJob::m_isGroup |
|
protected |
◆ m_isPause
| bool QAbstractAnimationJob::m_isPause |
|
protected |
◆ m_isRenderThreadJob
| bool QAbstractAnimationJob::m_isRenderThreadJob |
|
protected |
◆ m_isRenderThreadProxy
| bool QAbstractAnimationJob::m_isRenderThreadProxy |
|
protected |
◆ m_loopCount
| int QAbstractAnimationJob::m_loopCount |
|
protected |
◆ m_selfDeletable
◆ m_state
◆ m_timer
◆ m_totalCurrentTime
| int QAbstractAnimationJob::m_totalCurrentTime |
|
protected |
◆ m_uncontrolledFinishTime
| int QAbstractAnimationJob::m_uncontrolledFinishTime |
|
protected |
The documentation for this class was generated from the following files: