Qt 4.8
Macros | Variables
qdeclarativeflickable.cpp File Reference
#include "private/qdeclarativeflickable_p.h"
#include "private/qdeclarativeflickable_p_p.h"
#include <qdeclarativeinfo.h>
#include <QGraphicsSceneMouseEvent>
#include <QPointer>
#include <QTimer>
#include "qplatformdefs.h"

Go to the source code of this file.

Macros

#define QML_FLICK_DEFAULTDECELERATION   1750
 
#define QML_FLICK_DEFAULTMAXVELOCITY   2500
 
#define QML_FLICK_DISCARDSAMPLES   1
 
#define QML_FLICK_OVERSHOOT   200
 
#define QML_FLICK_OVERSHOOTFRICTION   8
 
#define QML_FLICK_SAMPLEBUFFER   3
 

Variables

static const int FlickThreshold = 20
 
static const int RetainGrabVelocity = 15
 

Macro Definition Documentation

◆ QML_FLICK_DEFAULTDECELERATION

#define QML_FLICK_DEFAULTDECELERATION   1750

Definition at line 75 of file qdeclarativeflickable.cpp.

◆ QML_FLICK_DEFAULTMAXVELOCITY

#define QML_FLICK_DEFAULTMAXVELOCITY   2500

Definition at line 70 of file qdeclarativeflickable.cpp.

◆ QML_FLICK_DISCARDSAMPLES

#define QML_FLICK_DISCARDSAMPLES   1

◆ QML_FLICK_OVERSHOOT

#define QML_FLICK_OVERSHOOT   200

◆ QML_FLICK_OVERSHOOTFRICTION

#define QML_FLICK_OVERSHOOTFRICTION   8

Definition at line 80 of file qdeclarativeflickable.cpp.

Referenced by QDeclarativeFlickable::viewportMoved().

◆ QML_FLICK_SAMPLEBUFFER

#define QML_FLICK_SAMPLEBUFFER   3

Variable Documentation

◆ FlickThreshold

const int FlickThreshold = 20
static

◆ RetainGrabVelocity

const int RetainGrabVelocity = 15
static