Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(*) | StaticMetaCallFunction(QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions inherited from QObjectPrivate | |
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.
|
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 resetOvershoot().
void QQuickBoundaryRulePrivate::onAnimationEnded | ( | ) |
Definition at line 550 of file qquickboundaryrule.cpp.
Referenced by QQuickBoundaryReturnJob::updateState().
void QQuickBoundaryRulePrivate::onAnimationEnded | ( | ) |
void QQuickBoundaryRulePrivate::resetOvershoot | ( | ) |
Resets the currentOvershoot and peakOvershoot properties to zero.
Definition at line 537 of file qquickboundaryrule.cpp.
Referenced by easedOvershoot(), and QQuickBoundaryReturnJob::updateState().
void QQuickBoundaryRulePrivate::resetOvershoot | ( | ) |
bool QQuickBoundaryRulePrivate::completed = false |
Definition at line 41 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::currentOvershoot = 0 |
Definition at line 31 of file qquickboundaryrule.cpp.
QEasingCurve QQuickBoundaryRulePrivate::easing = QEasingCurve(QEasingCurve::OutQuad) |
Definition at line 26 of file qquickboundaryrule.cpp.
bool QQuickBoundaryRulePrivate::enabled = true |
Definition at line 40 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::maximum = 0 |
Definition at line 34 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::maximumOvershoot = 0 |
Definition at line 36 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::minimum = 0 |
Definition at line 33 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::minimumOvershoot = 0 |
Definition at line 35 of file qquickboundaryrule.cpp.
QQuickBoundaryRule::OvershootFilter QQuickBoundaryRulePrivate::overshootFilter = QQuickBoundaryRule::OvershootFilter::None |
Definition at line 39 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::overshootScale = 0.5 |
Definition at line 37 of file qquickboundaryrule.cpp.
qreal QQuickBoundaryRulePrivate::peakOvershoot = 0 |
Definition at line 30 of file qquickboundaryrule.cpp.
QQmlProperty QQuickBoundaryRulePrivate::property |
Definition at line 25 of file qquickboundaryrule.cpp.
QQuickBoundaryReturnJob * QQuickBoundaryRulePrivate::returnAnimationJob = nullptr |
Definition at line 27 of file qquickboundaryrule.cpp.
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.