![]() |
Qt 6.x
The Qt SDK
|
#include <qscrollerproperties_p.h>
Collaboration diagram for QScrollerPropertiesPrivate:Public Member Functions | |
| bool | operator== (const QScrollerPropertiesPrivate &) const |
Static Public Member Functions | |
| static QScrollerPropertiesPrivate * | defaults () |
Definition at line 25 of file qscrollerproperties_p.h.
|
static |
Definition at line 21 of file qscrollerproperties.cpp.
References acceleratingFlickMaximumTime, acceleratingFlickSpeedupFactor, axisLockThreshold, decelerationFactor, dragStartDistance, dragVelocitySmoothingFactor, frameRate, hOvershootPolicy, maximumClickThroughVelocity, maximumVelocity, minimumVelocity, mousePressEventDelay, QEasingCurve::OutQuad, overshootDragDistanceFactor, overshootDragResistanceFactor, overshootScrollDistanceFactor, overshootScrollTime, QScrollerProperties::OvershootWhenScrollable, scrollingCurve, QEasingCurve::setType(), snapPositionRatio, snapTime, QScrollerProperties::Standard, systemDefaults, and vOvershootPolicy.
Here is the call graph for this function:| bool QScrollerPropertiesPrivate::operator== | ( | const QScrollerPropertiesPrivate & | p | ) | const |
Definition at line 117 of file qscrollerproperties.cpp.
References acceleratingFlickMaximumTime, acceleratingFlickSpeedupFactor, axisLockThreshold, decelerationFactor, dragStartDistance, dragVelocitySmoothingFactor, frameRate, hOvershootPolicy, maximumClickThroughVelocity, maximumVelocity, minimumVelocity, mousePressEventDelay, overshootDragDistanceFactor, overshootDragResistanceFactor, overshootScrollDistanceFactor, overshootScrollTime, scrollingCurve, snapPositionRatio, snapTime, and vOvershootPolicy.
| qreal QScrollerPropertiesPrivate::acceleratingFlickMaximumTime |
Definition at line 41 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::acceleratingFlickSpeedupFactor |
Definition at line 42 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::axisLockThreshold |
Definition at line 35 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::decelerationFactor |
Definition at line 37 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::dragStartDistance |
Definition at line 33 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::dragVelocitySmoothingFactor |
Definition at line 34 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| QScrollerProperties::FrameRates QScrollerPropertiesPrivate::frameRate |
Definition at line 51 of file qscrollerproperties_p.h.
Referenced by defaults(), QScrollerPrivate::frameRateSkip(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| QScrollerProperties::OvershootPolicy QScrollerPropertiesPrivate::hOvershootPolicy |
Definition at line 49 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::maximumClickThroughVelocity |
Definition at line 40 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerPrivate::pressWhileScrolling(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::maximumVelocity |
Definition at line 39 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::minimumVelocity |
Definition at line 38 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::mousePressEventDelay |
Definition at line 32 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::overshootDragDistanceFactor |
Definition at line 46 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::overshootDragResistanceFactor |
Definition at line 45 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::overshootScrollDistanceFactor |
Definition at line 47 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::overshootScrollTime |
Definition at line 48 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| QEasingCurve QScrollerPropertiesPrivate::scrollingCurve |
Definition at line 36 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::snapPositionRatio |
Definition at line 43 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| qreal QScrollerPropertiesPrivate::snapTime |
Definition at line 44 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().
| QScrollerProperties::OvershootPolicy QScrollerPropertiesPrivate::vOvershootPolicy |
Definition at line 50 of file qscrollerproperties_p.h.
Referenced by defaults(), operator==(), QScrollerProperties::scrollMetric(), and QScrollerProperties::setScrollMetric().