![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 489 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 493 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::delta |
Definition at line 511 of file qwaylandinputdevice_p.h.
uint QtWaylandClient::QWaylandPointerGestureSwipeEvent::fingers = 0 |
Definition at line 510 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::global |
Definition at line 509 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::local |
Definition at line 508 of file qwaylandinputdevice_p.h.
Qt::GestureState QtWaylandClient::QWaylandPointerGestureSwipeEvent::state = Qt::GestureState::NoGesture |
Definition at line 506 of file qwaylandinputdevice_p.h.
QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGestureSwipeEvent::surface |
Definition at line 505 of file qwaylandinputdevice_p.h.
ulong QtWaylandClient::QWaylandPointerGestureSwipeEvent::timestamp = 0 |
Definition at line 507 of file qwaylandinputdevice_p.h.