![]() |
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 475 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 479 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::delta |
Definition at line 497 of file qwaylandinputdevice_p.h.
uint QtWaylandClient::QWaylandPointerGestureSwipeEvent::fingers = 0 |
Definition at line 496 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::global |
Definition at line 495 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::local |
Definition at line 494 of file qwaylandinputdevice_p.h.
Qt::GestureState QtWaylandClient::QWaylandPointerGestureSwipeEvent::state = Qt::GestureState::NoGesture |
Definition at line 492 of file qwaylandinputdevice_p.h.
QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGestureSwipeEvent::surface |
Definition at line 491 of file qwaylandinputdevice_p.h.
ulong QtWaylandClient::QWaylandPointerGestureSwipeEvent::timestamp = 0 |
Definition at line 493 of file qwaylandinputdevice_p.h.