Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 475 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 479 of file qwaylandinputdevice_p.h.

Member Data Documentation

◆ delta

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::delta

Definition at line 497 of file qwaylandinputdevice_p.h.

◆ fingers

uint QtWaylandClient::QWaylandPointerGestureSwipeEvent::fingers = 0

Definition at line 496 of file qwaylandinputdevice_p.h.

◆ global

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::global

Definition at line 495 of file qwaylandinputdevice_p.h.

◆ local

QPointF QtWaylandClient::QWaylandPointerGestureSwipeEvent::local

Definition at line 494 of file qwaylandinputdevice_p.h.

◆ state

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

Definition at line 492 of file qwaylandinputdevice_p.h.

◆ surface

QPointer<QWaylandWindow> QtWaylandClient::QWaylandPointerGestureSwipeEvent::surface

Definition at line 491 of file qwaylandinputdevice_p.h.

◆ timestamp

ulong QtWaylandClient::QWaylandPointerGestureSwipeEvent::timestamp = 0

Definition at line 493 of file qwaylandinputdevice_p.h.


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