![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qanimationgroupjob_p.h>
Public Types | |
| using | Children = QDoubleEndedList<QAbstractAnimationJob> |
| Public Types inherited from QAbstractAnimationJob | |
| enum | Direction { Forward , Backward } |
| enum | State { Stopped , Paused , Running } |
| enum | ChangeType { Completion = 0x01 , StateChange = 0x02 , CurrentLoop = 0x04 , CurrentTime = 0x08 } |
Protected Attributes | |
| Children | m_children |
| 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 Attributes inherited from QAbstractAnimationJob | |
| SelfDeletable | m_selfDeletable |
Definition at line 27 of file qanimationgroupjob_p.h.
Definition at line 31 of file qanimationgroupjob_p.h.
| QT_BEGIN_NAMESPACE QAnimationGroupJob::QAnimationGroupJob | ( | ) |
Definition at line 9 of file qanimationgroupjob.cpp.
|
override |
Definition at line 31 of file qanimationgroupjob.cpp.
|
inlineprotectedvirtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 50 of file qanimationgroupjob_p.h.
|
protectedvirtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 112 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::appendAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 46 of file qanimationgroupjob.cpp.
|
inline |
Definition at line 40 of file qanimationgroupjob_p.h.
|
inline |
Definition at line 41 of file qanimationgroupjob_p.h.
|
virtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 78 of file qanimationgroupjob.cpp.
Definition at line 117 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 22 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::prependAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 58 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::removeAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 70 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 97 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 88 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 102 of file qanimationgroupjob.cpp.
|
overrideprotectedvirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 40 of file qanimationgroupjob.cpp.
|
virtual |
Reimplemented in QContinuingAnimationGroupJob, QParallelAnimationGroupJob, and QSequentialAnimationGroupJob.
Definition at line 107 of file qanimationgroupjob.cpp.
|
inlineprotected |
Definition at line 56 of file qanimationgroupjob_p.h.
|
protected |
Definition at line 14 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 67 of file qanimationgroupjob_p.h.