Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickflickablebehavior_p.h File Reference
+ 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 37 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_MAXBOOST

#define QML_FLICK_MULTIFLICK_MAXBOOST   3.0

Definition at line 62 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_RATIO

#define QML_FLICK_MULTIFLICK_RATIO   10

Definition at line 57 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_MULTIFLICK_THRESHOLD

#define QML_FLICK_MULTIFLICK_THRESHOLD   1250

Definition at line 47 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_OVERSHOOT

#define QML_FLICK_OVERSHOOT   150

Definition at line 26 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_OVERSHOOTFRICTION

#define QML_FLICK_OVERSHOOTFRICTION   8

Definition at line 42 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_SAMPLEBUFFER

#define QML_FLICK_SAMPLEBUFFER   3

Definition at line 31 of file qquickflickablebehavior_p.h.

◆ QML_FLICK_VELOCITY_DECAY_TIME

#define QML_FLICK_VELOCITY_DECAY_TIME   50

Definition at line 52 of file qquickflickablebehavior_p.h.

Variable Documentation

◆ _q_MaximumWheelDeceleration

const qreal _q_MaximumWheelDeceleration = 14999

Definition at line 70 of file qquickflickablebehavior_p.h.

◆ _q_MinimumFlickVelocity