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
qgesture.h File Reference

(8825bcdbdab5f37b185261d7ba06260dc8e9930d)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qmap.h>
#include <QtCore/qlist.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qmetatype.h>
#include <QtGui/qevent.h>
Include dependency graph for qgesture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QGesture
 The QGesture class represents a gesture, containing properties that describe the corresponding user input. More...
class  QPanGesture
 The QPanGesture class describes a panning gesture made by the user.\inmodule QtWidgets. More...
class  QPinchGesture
 The QPinchGesture class describes a pinch gesture made by the user.\inmodule QtWidgets. More...
class  QSwipeGesture
 The QSwipeGesture class describes a swipe gesture made by the user.\inmodule QtWidgets. More...
class  QTapGesture
 The QTapGesture class describes a tap gesture made by the user.\inmodule QtWidgets. More...
class  QTapAndHoldGesture
 The QTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user.\inmodule QtWidgets. More...
class  QGestureEvent
 The QGestureEvent class provides the description of triggered gestures. More...

Functions

QT_END_NAMESPACE QT_DECL_METATYPE_EXTERN_TAGGED (QPinchGesture::ChangeFlags, QPinchGesture__ChangeFlags, Q_WIDGETS_EXPORT) QT_BEGIN_NAMESPACE class QSwipeGesturePrivate
Q_WIDGETS_EXPORT QDebug operator<< (QDebug, const QGesture *)
Q_WIDGETS_EXPORT QDebug operator<< (QDebug, const QGestureEvent *)

Function Documentation

◆ operator<<() [1/2]

Q_WIDGETS_EXPORT QDebug operator<< ( QDebug d,
const QGesture * gesture )

Definition at line 1080 of file qgesture.cpp.

◆ operator<<() [2/2]

Q_WIDGETS_EXPORT QDebug operator<< ( QDebug d,
const QGestureEvent * gestureEvent )

Definition at line 1152 of file qgesture.cpp.

◆ QT_DECL_METATYPE_EXTERN_TAGGED()

QT_END_NAMESPACE QT_DECL_METATYPE_EXTERN_TAGGED ( QPinchGesture::ChangeFlags ,
QPinchGesture__ChangeFlags ,
Q_WIDGETS_EXPORT  )