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::QWaylandPointerGestureSwipeEvent Class Reference

#include <qwaylandinputdevice_p.h>

+ Collaboration diagram for QtWaylandClient::QWaylandPointerGestureSwipeEvent:

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< QWaylandWindowsurface
 
Qt::GestureState state = Qt::GestureState::NoGesture
 
ulong timestamp = 0
 
QPointF local
 
QPointF global
 
uint fingers = 0
 
QPointF delta
 

Detailed Description

Definition at line 454 of file qwaylandinputdevice_p.h.

Constructor & Destructor Documentation

◆ QWaylandPointerGestureSwipeEvent()

QtWaylandClient::QWaylandPointerGestureSwipeEvent::QWaylandPointerGestureSwipeEvent ( QWaylandWindow * surface,
Qt::GestureState state,
ulong timestamp,
const QPointF & local,
const QPointF & global,
uint fingers,
const QPointF & delta )
inline

Definition at line 458 of file qwaylandinputdevice_p.h.

Member Data Documentation

◆ delta

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::delta

◆ fingers

uint QtWaylandClient::QWaylandPointerGestureSwipeEvent::fingers = 0

◆ global

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::global

◆ local

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::local

◆ state

Qt::GestureState QtWaylandClient::QWaylandPointerGestureSwipeEvent::state = Qt::GestureState::NoGesture

◆ surface

QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGestureSwipeEvent::surface

Definition at line 470 of file qwaylandinputdevice_p.h.

◆ timestamp

ulong QtWaylandClient::QWaylandPointerGestureSwipeEvent::timestamp = 0

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