![]() |
Qt 6.x
The Qt SDK
|
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 19 of file qquickboundaryrule.cpp.
|
inline |
Definition at line 23 of file qquickboundaryrule.cpp.
Given that something is trying to set the target property to value, this function applies the easing curve and returns the value that the property should actually get instead.
Definition at line 494 of file qquickboundaryrule.cpp.
References currentOvershoot, easing, emit, maximum, maximumOvershoot, minimum, minimumOvershoot, overshootFilter, overshootScale, QQuickBoundaryRule::Peak, peakOvershoot, qCDebug, qFuzzyCompare(), qMax(), qMin(), resetOvershoot(), ret, and QEasingCurve::valueForProgress().
void QQuickBoundaryRulePrivate::onAnimationEnded | ( | ) |
Definition at line 550 of file qquickboundaryrule.cpp.
References emit, and returnAnimationJob.
Referenced by QQuickBoundaryReturnJob::updateState().
void QQuickBoundaryRulePrivate::resetOvershoot | ( | ) |
Resets the currentOvershoot and peakOvershoot properties to zero.
Definition at line 537 of file qquickboundaryrule.cpp.
References currentOvershoot, emit, peakOvershoot, and qFuzzyCompare().
Referenced by easedOvershoot(), and QQuickBoundaryReturnJob::updateState().
bool QQuickBoundaryRulePrivate::completed = false |
Definition at line 41 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::currentOvershoot = 0 |
Definition at line 31 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot(), and resetOvershoot().
QEasingCurve QQuickBoundaryRulePrivate::easing = QEasingCurve(QEasingCurve::OutQuad) |
Definition at line 26 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot(), and QQuickBoundaryReturnJob::updateCurrentTime().
bool QQuickBoundaryRulePrivate::enabled = true |
Definition at line 40 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::maximum = 0 |
Definition at line 34 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
qreal QQuickBoundaryRulePrivate::maximumOvershoot = 0 |
Definition at line 36 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
qreal QQuickBoundaryRulePrivate::minimum = 0 |
Definition at line 33 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
qreal QQuickBoundaryRulePrivate::minimumOvershoot = 0 |
Definition at line 35 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
QQuickBoundaryRule::OvershootFilter QQuickBoundaryRulePrivate::overshootFilter = QQuickBoundaryRule::OvershootFilter::None |
Definition at line 39 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
qreal QQuickBoundaryRulePrivate::overshootScale = 0.5 |
Definition at line 37 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot().
qreal QQuickBoundaryRulePrivate::peakOvershoot = 0 |
Definition at line 30 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot(), and resetOvershoot().
QQmlProperty QQuickBoundaryRulePrivate::property |
Definition at line 25 of file qquickboundaryrule.cpp.
Referenced by QQuickBoundaryReturnJob::updateCurrentTime().
QQuickBoundaryReturnJob* QQuickBoundaryRulePrivate::returnAnimationJob = nullptr |
Definition at line 27 of file qquickboundaryrule.cpp.
Referenced by onAnimationEnded().
int QQuickBoundaryRulePrivate::returnDuration = 100 |
Definition at line 38 of file qquickboundaryrule.cpp.
Referenced by QQuickBoundaryReturnJob::duration().
qreal QQuickBoundaryRulePrivate::targetValue = 0 |
Definition at line 29 of file qquickboundaryrule.cpp.