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
qstandardgestures.cpp File Reference

(8825bcdbdab5f37b185261d7ba06260dc8e9930d)

#include "qstandardgestures_p.h"
#include "qgesture.h"
#include "qgesture_p.h"
#include "qevent.h"
#include "qwidget.h"
#include "qdebug.h"
Include dependency graph for qstandardgestures.cpp:

Go to the source code of this file.

Functions

static QPointF panOffset (const QList< QEventPoint > &touchPoints, int maxCount)

Variables

static QT_BEGIN_NAMESPACE const qreal kSingleStepScaleMax = 2.0
static const qreal kSingleStepScaleMin = 0.1

Function Documentation

◆ panOffset()

QPointF panOffset ( const QList< QEventPoint > & touchPoints,
int maxCount )
static

Definition at line 43 of file qstandardgestures.cpp.

Variable Documentation

◆ kSingleStepScaleMax

QT_BEGIN_NAMESPACE const qreal kSingleStepScaleMax = 2.0
static

Definition at line 26 of file qstandardgestures.cpp.

◆ kSingleStepScaleMin

const qreal kSingleStepScaleMin = 0.1
static

Definition at line 27 of file qstandardgestures.cpp.