![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandinputdevice_p.h>
Public Member Functions | |
QWaylandPointerGestureSwipeEvent (QWaylandWindow *surface, Qt::GestureState state, ulong timestamp, const QPointF &local, const QPointF &global, uint fingers, const QPointF &delta) | |
Public Attributes | |
QPointer< QWaylandWindow > | surface |
Qt::GestureState | state = Qt::GestureState::NoGesture |
ulong | timestamp = 0 |
QPointF | local |
QPointF | global |
uint | fingers = 0 |
QPointF | delta |
Definition at line 454 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 458 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::delta |
Definition at line 476 of file qwaylandinputdevice_p.h.
uint QtWaylandClient::QWaylandPointerGestureSwipeEvent::fingers = 0 |
Definition at line 475 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::global |
Definition at line 474 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::local |
Definition at line 473 of file qwaylandinputdevice_p.h.
Qt::GestureState QtWaylandClient::QWaylandPointerGestureSwipeEvent::state = Qt::GestureState::NoGesture |
Definition at line 471 of file qwaylandinputdevice_p.h.
QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGestureSwipeEvent::surface |
Definition at line 470 of file qwaylandinputdevice_p.h.
ulong QtWaylandClient::QWaylandPointerGestureSwipeEvent::timestamp = 0 |
Definition at line 472 of file qwaylandinputdevice_p.h.