![]() |
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 | |
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 514 of file qwaylandinputdevice_p.h.
|
inline |
Definition at line 518 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::delta |
Definition at line 539 of file qwaylandinputdevice_p.h.
uint QtWaylandClient::QWaylandPointerGesturePinchEvent::fingers = 0 |
Definition at line 538 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::global |
Definition at line 537 of file qwaylandinputdevice_p.h.
QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::local |
Definition at line 536 of file qwaylandinputdevice_p.h.
qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::rotation_delta = 0 |
Definition at line 541 of file qwaylandinputdevice_p.h.
qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::scale_delta = 0 |
Definition at line 540 of file qwaylandinputdevice_p.h.
Qt::GestureState QtWaylandClient::QWaylandPointerGesturePinchEvent::state = Qt::GestureState::NoGesture |
Definition at line 534 of file qwaylandinputdevice_p.h.
QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGesturePinchEvent::surface |
Definition at line 533 of file qwaylandinputdevice_p.h.
ulong QtWaylandClient::QWaylandPointerGesturePinchEvent::timestamp = 0 |
Definition at line 535 of file qwaylandinputdevice_p.h.