60 #include "private/qobject_p.h" 62 #ifndef QT_NO_GESTURES 91 : acceleration(0), xVelocity(0), yVelocity(0)
114 : totalChangeFlags(0), changeFlags(0),
115 totalScaleFactor(1), lastScaleFactor(1), scaleFactor(1),
116 totalRotationAngle(0), lastRotationAngle(0), rotationAngle(0),
149 started(false), velocityValue(0)
195 #endif // QT_NO_GESTURES 197 #endif // QGESTURE_P_H
The QPanGesture class describes a panning gesture made by the user.
void setVerticalVelocity(qreal value)
#define QT_END_NAMESPACE
This macro expands to.
QPinchGesture::ChangeFlags changeFlags
void setHorizontalVelocity(qreal value)
The QPointF class defines a point in the plane using floating point precision.
The QTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user...
qreal horizontalVelocity() const
The QElapsedTimer class provides a fast way to calculate elapsed times.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QPinchGesture class describes a pinch gesture made by the user.
void setVelocity(qreal value)
#define Q_DECLARE_PUBLIC(Class)
QSwipeGesture::SwipeDirection horizontalDirection
The QGesture class represents a gesture, containing properties that describe the corresponding user i...
Qt::GestureType gestureType
The QPoint class defines a point in the plane using integer precision.
qreal verticalVelocity() const
QPinchGesture::ChangeFlags totalChangeFlags
QTapAndHoldGesturePrivate()
The QTapGesture class describes a tap gesture made by the user.
The QSwipeGesture class describes a swipe gesture made by the user.
SwipeDirection
This enum describes the possible directions for the gesture's motion along the horizontal and vertica...
QSwipeGesture::SwipeDirection verticalDirection