![]() |
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 26 of file qanimationgroupjob_p.h.
Definition at line 30 of file qanimationgroupjob_p.h.
| QT_BEGIN_NAMESPACE QAnimationGroupJob::QAnimationGroupJob | ( | ) |
Definition at line 8 of file qanimationgroupjob.cpp.
|
override |
Definition at line 30 of file qanimationgroupjob.cpp.
|
inlineprotectedvirtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 49 of file qanimationgroupjob_p.h.
|
protectedvirtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 111 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::appendAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 45 of file qanimationgroupjob.cpp.
|
inline |
Definition at line 39 of file qanimationgroupjob_p.h.
|
inline |
Definition at line 40 of file qanimationgroupjob_p.h.
|
virtual |
Reimplemented in QSequentialAnimationGroupJob.
Definition at line 77 of file qanimationgroupjob.cpp.
Definition at line 116 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 21 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::prependAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 57 of file qanimationgroupjob.cpp.
| void QAnimationGroupJob::removeAnimation | ( | QAbstractAnimationJob * | animation | ) |
Definition at line 69 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 96 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 87 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 101 of file qanimationgroupjob.cpp.
|
overrideprotectedvirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 39 of file qanimationgroupjob.cpp.
|
virtual |
Reimplemented in QContinuingAnimationGroupJob, QParallelAnimationGroupJob, and QSequentialAnimationGroupJob.
Definition at line 106 of file qanimationgroupjob.cpp.
|
inlineprotected |
Definition at line 55 of file qanimationgroupjob_p.h.
|
protected |
Definition at line 13 of file qanimationgroupjob.cpp.
|
protected |
Definition at line 66 of file qanimationgroupjob_p.h.