![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickBoundaryReturnJob:
Collaboration diagram for QQuickBoundaryReturnJob:Public Attributes | |
| QQuickBoundaryRulePrivate * | boundaryRule |
| qreal | fromValue |
| qreal | toValue |
Public Attributes inherited from QAbstractAnimationJob | |
| SelfDeletable | m_selfDeletable |
Definition at line 48 of file qquickboundaryrule.cpp.
|
inline |
Definition at line 51 of file qquickboundaryrule.cpp.
|
inlineoverridevirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 57 of file qquickboundaryrule.cpp.
References boundaryRule, and QQuickBoundaryRulePrivate::returnDuration.
Referenced by updateCurrentTime().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 69 of file qquickboundaryrule.cpp.
References boundaryRule, QQmlPropertyData::BypassInterceptor, QQmlPropertyData::DontRemoveBinding, duration(), QQuickBoundaryRulePrivate::easing, fromValue, QQuickBoundaryRulePrivate::property, qAbs(), qCDebug, qRound(), toValue, QEasingCurve::valueForProgress(), and QQmlPropertyPrivate::write().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QAbstractAnimationJob.
Definition at line 83 of file qquickboundaryrule.cpp.
References boundaryRule, newState(), QQuickBoundaryRulePrivate::onAnimationEnded(), Q_UNUSED, qCDebug, QQuickBoundaryRulePrivate::resetOvershoot(), and QAbstractAnimationJob::Stopped.
Here is the call graph for this function:| QQuickBoundaryRulePrivate* QQuickBoundaryReturnJob::boundaryRule |
Definition at line 64 of file qquickboundaryrule.cpp.
Referenced by duration(), updateCurrentTime(), and updateState().
| qreal QQuickBoundaryReturnJob::fromValue |
Definition at line 65 of file qquickboundaryrule.cpp.
Referenced by updateCurrentTime().
| qreal QQuickBoundaryReturnJob::toValue |
Definition at line 66 of file qquickboundaryrule.cpp.
Referenced by updateCurrentTime().