Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgesture.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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]

◆ operator<<() [2/2]

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

Definition at line 1147 of file qgesture.cpp.

References d.

◆ QT_DECL_METATYPE_EXTERN_TAGGED()

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