![]() |
Qt 6.x
The Qt SDK
|
Public Attributes | |
QQuickBoundaryRulePrivate * | boundaryRule |
qreal | fromValue |
qreal | toValue |
![]() | |
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().
|
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().
|
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.
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().