![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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 *) |
Definition at line 1080 of file qgesture.cpp.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | d, |
const QGestureEvent * | gestureEvent ) |
Definition at line 1152 of file qgesture.cpp.
QT_END_NAMESPACE QT_DECL_METATYPE_EXTERN_TAGGED | ( | QPinchGesture::ChangeFlags | , |
QPinchGesture__ChangeFlags | , | ||
Q_WIDGETS_EXPORT | ) |