![]() |
Qt 6.x
The Qt SDK
|
#include "qstandardgestures_p.h"
#include "qgesture.h"
#include "qgesture_p.h"
#include "qevent.h"
#include "qwidget.h"
#include "qabstractscrollarea.h"
#include "qdebug.h"
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 |
|
static |
Definition at line 38 of file qstandardgestures.cpp.
References QList< T >::at(), qMin(), and QList< T >::size().
Referenced by QPanGestureRecognizer::recognize().
|
static |
Definition at line 21 of file qstandardgestures.cpp.
Referenced by QPinchGestureRecognizer::recognize().
|
static |
Definition at line 22 of file qstandardgestures.cpp.
Referenced by QPinchGestureRecognizer::recognize().