![]() |
Qt 6.x
The Qt SDK
|
#include <qwaylandinputdevice_p.h>
Public Member Functions | |
QWaylandPointerGesturePinchEvent (QWaylandWindow *surface, Qt::GestureState state, ulong timestamp, const QPointF &local, const QPointF &global, uint fingers, const QPointF &delta, qreal scale_delta, qreal rotation_delta) | |
Public Attributes | |
QPointer< QWaylandWindow > | surface |
Qt::GestureState | state = Qt::GestureState::NoGesture |
ulong | timestamp = 0 |
QPointF | local |
QPointF | global |
uint | fingers = 0 |
QPointF | delta |
qreal | scale_delta = 0 |
qreal | rotation_delta = 0 |
Definition at line 479 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 483 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::delta |
Definition at line 504 of file qwaylandinputdevice_p.h.
uint QtWaylandClient::QWaylandPointerGesturePinchEvent::fingers = 0 |
Definition at line 503 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::global |
Definition at line 502 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::local |
Definition at line 501 of file qwaylandinputdevice_p.h.
qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::rotation_delta = 0 |
Definition at line 506 of file qwaylandinputdevice_p.h.
qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::scale_delta = 0 |
Definition at line 505 of file qwaylandinputdevice_p.h.
Qt::GestureState QtWaylandClient::QWaylandPointerGesturePinchEvent::state = Qt::GestureState::NoGesture |
Definition at line 499 of file qwaylandinputdevice_p.h.
QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGesturePinchEvent::surface |
Definition at line 498 of file qwaylandinputdevice_p.h.
ulong QtWaylandClient::QWaylandPointerGesturePinchEvent::timestamp = 0 |
Definition at line 500 of file qwaylandinputdevice_p.h.