![]() |
Qt 6.x
The Qt SDK
|
#include "qgesture.h"
#include "private/qgesture_p.h"
#include "private/qstandardgestures_p.h"
#include <private/qdebug_p.h>
#include <moc_qgesture.cpp>
Go to the source code of this file.
Functions | |
static void | formatGestureHeader (QDebug d, const char *className, const QGesture *gesture) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug d, const QGesture *gesture) |
Q_WIDGETS_EXPORT QDebug | operator<< (QDebug d, const QGestureEvent *gestureEvent) |
|
static |
Definition at line 1069 of file qgesture.cpp.
References className, d, QtDebugUtils::formatQEnum(), QtDebugUtils::formatQPoint(), QGesture::hasHotSpot, QGesture::hotSpot, and QGesture::state.
Referenced by operator<<().
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().