Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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

◆ fingers

uint QtWaylandClient::QWaylandPointerGesturePinchEvent::fingers = 0

◆ global

QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::global

◆ local

QPointF QtWaylandClient::QWaylandPointerGesturePinchEvent::local

◆ rotation_delta

qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::rotation_delta = 0

◆ scale_delta

qreal QtWaylandClient::QWaylandPointerGesturePinchEvent::scale_delta = 0

◆ state

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

◆ surface

QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGesturePinchEvent::surface

Definition at line 498 of file qwaylandinputdevice_p.h.

◆ timestamp

ulong QtWaylandClient::QWaylandPointerGesturePinchEvent::timestamp = 0

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