![]() |
Qt 6.x
The Qt SDK
|
#include <qquicktransition_p.h>
Inheritance diagram for QQuickTransitionInstance:
Collaboration diagram for QQuickTransitionInstance:Public Member Functions | |
| QQuickTransitionInstance (QQuickTransition *transition, QAbstractAnimationJob *anim) | |
| ~QQuickTransitionInstance () | |
| void | start () |
| void | stop () |
| void | complete () |
| bool | isRunning () const |
Protected Member Functions | |
| void | animationStateChanged (QAbstractAnimationJob *, QAbstractAnimationJob::State, QAbstractAnimationJob::State) override |
| void | removeStateChangeListener () |
Friends | |
| class | QQuickTransition |
Definition at line 32 of file qquicktransition_p.h.
| QQuickTransitionInstance::QQuickTransitionInstance | ( | QQuickTransition * | transition, |
| QAbstractAnimationJob * | anim | ||
| ) |
Definition at line 176 of file qquicktransition.cpp.
References QAbstractAnimationJob::addAnimationChangeListener(), and QAbstractAnimationJob::StateChange.
Here is the call graph for this function:| QQuickTransitionInstance::~QQuickTransitionInstance | ( | ) |
Definition at line 183 of file qquicktransition.cpp.
References removeStateChangeListener().
Here is the call graph for this function:
|
overrideprotectedvirtual |
Reimplemented from QAnimationJobChangeListener.
Definition at line 141 of file qquicktransition.cpp.
References QQuickTransitionPrivate::animationStateChanged(), QQuickTransitionPrivate::get(), and newState().
Here is the call graph for this function:| void QQuickTransitionInstance::complete | ( | ) |
Definition at line 201 of file qquicktransition.cpp.
References QAbstractAnimationJob::complete().
Here is the call graph for this function:| bool QQuickTransitionInstance::isRunning | ( | ) | const |
Definition at line 207 of file qquicktransition.cpp.
References QAbstractAnimationJob::Running, and QAbstractAnimationJob::state().
Referenced by QQuickTransitionManager::cancel(), and QQuickTransitionManager::isRunning().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprotected |
Definition at line 47 of file qquicktransition_p.h.
References QAbstractAnimationJob::removeAnimationChangeListener(), and QAbstractAnimationJob::StateChange.
Referenced by ~QQuickTransitionInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQuickTransitionInstance::start | ( | ) |
Definition at line 189 of file qquicktransition.cpp.
References QAbstractAnimationJob::start().
Referenced by QQuickTransitionManager::transition().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQuickTransitionInstance::stop | ( | ) |
Definition at line 195 of file qquicktransition.cpp.
References QAbstractAnimationJob::stop().
Referenced by QQuickTransitionManager::cancel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 55 of file qquicktransition_p.h.