Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QWindowSystemInterfacePrivate::GestureEvent Class Reference

#include <qwindowsysteminterface_p.h>

+ Inheritance diagram for QWindowSystemInterfacePrivate::GestureEvent:
+ Collaboration diagram for QWindowSystemInterfacePrivate::GestureEvent:

Public Member Functions

 GestureEvent (QWindow *window, ulong time, Qt::NativeGestureType type, const QPointingDevice *dev, int fingerCount, QPointF pos, QPointF globalPos, qreal realValue, QPointF delta)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::PointerEvent
 PointerEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QPointingDevice *device)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::InputEvent
 InputEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QInputDevice *dev)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::UserEvent
 UserEvent (QWindow *w, ulong time, EventType t)
 
- Public Member Functions inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
 WindowSystemEvent (EventType t)
 
virtual ~WindowSystemEvent ()
 
bool synthetic () const
 
bool nullWindow () const
 

Public Attributes

Qt::NativeGestureType type
 
QPointF pos
 
QPointF globalPos
 
QPointF delta
 
int fingerCount
 
qreal realValue
 
ulong sequenceId
 
quint64 intValue
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::InputEvent
Qt::KeyboardModifiers modifiers
 
const QInputDevicedevice
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::UserEvent
QPointer< QWindowwindow
 
unsigned long timestamp
 
- Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
EventType type
 
int flags
 
bool eventAccepted
 

Additional Inherited Members

- Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
enum  { Synthetic = 0x1 , NullWindow = 0x2 }
 

Detailed Description

Definition at line 426 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ GestureEvent()

QWindowSystemInterfacePrivate::GestureEvent::GestureEvent ( QWindow window,
ulong  time,
Qt::NativeGestureType  type,
const QPointingDevice dev,
int  fingerCount,
QPointF  pos,
QPointF  globalPos,
qreal  realValue,
QPointF  delta 
)
inline

Definition at line 428 of file qwindowsysteminterface_p.h.

Member Data Documentation

◆ delta

QPointF QWindowSystemInterfacePrivate::GestureEvent::delta

Definition at line 435 of file qwindowsysteminterface_p.h.

◆ fingerCount

int QWindowSystemInterfacePrivate::GestureEvent::fingerCount

Definition at line 436 of file qwindowsysteminterface_p.h.

◆ globalPos

QPointF QWindowSystemInterfacePrivate::GestureEvent::globalPos

Definition at line 434 of file qwindowsysteminterface_p.h.

◆ intValue

quint64 QWindowSystemInterfacePrivate::GestureEvent::intValue

Definition at line 441 of file qwindowsysteminterface_p.h.

◆ pos

QPointF QWindowSystemInterfacePrivate::GestureEvent::pos

Definition at line 433 of file qwindowsysteminterface_p.h.

◆ realValue

qreal QWindowSystemInterfacePrivate::GestureEvent::realValue

Definition at line 438 of file qwindowsysteminterface_p.h.

◆ sequenceId

ulong QWindowSystemInterfacePrivate::GestureEvent::sequenceId

Definition at line 440 of file qwindowsysteminterface_p.h.

◆ type

Qt::NativeGestureType QWindowSystemInterfacePrivate::GestureEvent::type

Definition at line 432 of file qwindowsysteminterface_p.h.


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