Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickflickablebehavior_p.h File Reference

(b1766d9d629f61d824146e69f1f3b319cbee3d11)

+ 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

◆ QML_FLICK_MULTIFLICK_MAXBOOST

#define QML_FLICK_MULTIFLICK_MAXBOOST   3.0

◆ QML_FLICK_MULTIFLICK_RATIO

#define QML_FLICK_MULTIFLICK_RATIO   10

◆ QML_FLICK_MULTIFLICK_THRESHOLD

#define QML_FLICK_MULTIFLICK_THRESHOLD   1250

◆ QML_FLICK_OVERSHOOT

#define QML_FLICK_OVERSHOOT   150

◆ QML_FLICK_OVERSHOOTFRICTION

#define QML_FLICK_OVERSHOOTFRICTION   8

◆ QML_FLICK_SAMPLEBUFFER

#define QML_FLICK_SAMPLEBUFFER   3

◆ QML_FLICK_VELOCITY_DECAY_TIME

#define QML_FLICK_VELOCITY_DECAY_TIME   50

Variable Documentation

◆ _q_MaximumWheelDeceleration

const qreal _q_MaximumWheelDeceleration = 14999

Definition at line 70 of file qquickflickablebehavior_p.h.

◆ _q_MinimumFlickVelocity