Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtWaylandClient::QWaylandPointerGesturePinchEvent Class Reference

#include <qwaylandinputdevice_p.h>

+ Collaboration diagram for QtWaylandClient::QWaylandPointerGesturePinchEvent:

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< QWaylandWindowsurface
 
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
 

Detailed Description

Definition at line 479 of file qwaylandinputdevice_p.h.

Constructor & Destructor Documentation

◆ QWaylandPointerGesturePinchEvent()

QtWaylandClient::QWaylandPointerGesturePinchEvent::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 
)
inline

Definition at line 483 of file qwaylandinputdevice_p.h.

Member Data Documentation

◆ delta

QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::delta

Definition at line 504 of file qwaylandinputdevice_p.h.

◆ fingers

uint QtWaylandClient::QWaylandPointerGesturePinchEvent::fingers = 0

Definition at line 503 of file qwaylandinputdevice_p.h.

◆ global

QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::global

Definition at line 502 of file qwaylandinputdevice_p.h.

◆ local

QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::local

Definition at line 501 of file qwaylandinputdevice_p.h.

◆ rotation_delta

qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::rotation_delta = 0

Definition at line 506 of file qwaylandinputdevice_p.h.

◆ scale_delta

qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::scale_delta = 0

Definition at line 505 of file qwaylandinputdevice_p.h.

◆ state

Qt::GestureState QtWaylandClient::QWaylandPointerGesturePinchEvent::state = Qt::GestureState::NoGesture

Definition at line 499 of file qwaylandinputdevice_p.h.

◆ surface

QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGesturePinchEvent::surface

Definition at line 498 of file qwaylandinputdevice_p.h.

◆ timestamp

ulong QtWaylandClient::QWaylandPointerGesturePinchEvent::timestamp = 0

Definition at line 500 of file qwaylandinputdevice_p.h.


The documentation for this class was generated from the following file: