![]() |
Qt 6.x
The Qt SDK
|
#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 1079 of file qgesture.cpp.
References QPanGesture::acceleration, QPinchGesture::centerPoint, QPinchGesture::changeFlags, d, QPanGesture::delta, formatGestureHeader(), QtDebugUtils::formatQEnum(), QtDebugUtils::formatQPoint(), QGesture::gestureType, QSwipeGesture::horizontalDirection, QPinchGesture::lastCenterPoint, QPanGesture::lastOffset, QPinchGesture::lastRotationAngle, QPinchGesture::lastScaleFactor, QPanGesture::offset, Qt::PanGesture, Qt::PinchGesture, QTapAndHoldGesture::position, position(), QPinchGesture::rotationAngle, QPinchGesture::scaleFactor, QPinchGesture::startCenterPoint, QSwipeGesture::swipeAngle, Qt::SwipeGesture, Qt::TapAndHoldGesture, Qt::TapGesture, QTapAndHoldGesture::timeout(), QPinchGesture::totalChangeFlags, QPinchGesture::totalRotationAngle, QPinchGesture::totalScaleFactor, and QSwipeGesture::verticalDirection.
Q_WIDGETS_EXPORT QDebug operator<< | ( | QDebug | d, |
const QGestureEvent * | gestureEvent | ||
) |
Definition at line 1147 of file qgesture.cpp.
References d, and QGestureEvent::gestures().
QT_END_NAMESPACE QT_DECL_METATYPE_EXTERN_TAGGED | ( | QPinchGesture::ChangeFlags | , |
QPinchGesture__ChangeFlags | , | ||
Q_WIDGETS_EXPORT | |||
) |