Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickflickablebehavior_p.h File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QML_FLICK_OVERSHOOT   150
#define QML_FLICK_SAMPLEBUFFER   3
#define QML_FLICK_DISCARDSAMPLES   0
#define QML_FLICK_OVERSHOOTFRICTION   8
#define QML_FLICK_MULTIFLICK_THRESHOLD   1250
#define QML_FLICK_VELOCITY_DECAY_TIME   50
#define QML_FLICK_MULTIFLICK_RATIO   10
#define QML_FLICK_MULTIFLICK_MAXBOOST   3.0

Variables

const qreal _q_MinimumFlickVelocity = 75.0
const qreal _q_MaximumWheelDeceleration = 14999

Macro Definition Documentation

◆ QML_FLICK_DISCARDSAMPLES

#define QML_FLICK_DISCARDSAMPLES   0

Definition at line 38 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_MAXBOOST

#define QML_FLICK_MULTIFLICK_MAXBOOST   3.0

Definition at line 63 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_RATIO

#define QML_FLICK_MULTIFLICK_RATIO   10

Definition at line 58 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_THRESHOLD

#define QML_FLICK_MULTIFLICK_THRESHOLD   1250

Definition at line 48 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_OVERSHOOT

#define QML_FLICK_OVERSHOOT   150

Definition at line 27 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_OVERSHOOTFRICTION

#define QML_FLICK_OVERSHOOTFRICTION   8

Definition at line 43 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_SAMPLEBUFFER

#define QML_FLICK_SAMPLEBUFFER   3

Definition at line 32 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_VELOCITY_DECAY_TIME

#define QML_FLICK_VELOCITY_DECAY_TIME   50

Definition at line 53 of file qquickflickablebehavior_p.h.

Variable Documentation

◆ _q_MaximumWheelDeceleration

const qreal _q_MaximumWheelDeceleration = 14999

Definition at line 71 of file qquickflickablebehavior_p.h.

◆ _q_MinimumFlickVelocity

const qreal _q_MinimumFlickVelocity = 75.0

Definition at line 67 of file qquickflickablebehavior_p.h.