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

◆ fingerCount

int QWindowSystemInterfacePrivate::GestureEvent::fingerCount

◆ globalPos

QPointF QWindowSystemInterfacePrivate::GestureEvent::globalPos

◆ intValue

quint64 QWindowSystemInterfacePrivate::GestureEvent::intValue

◆ pos

QPointF QWindowSystemInterfacePrivate::GestureEvent::pos

◆ realValue

qreal QWindowSystemInterfacePrivate::GestureEvent::realValue

◆ sequenceId

ulong QWindowSystemInterfacePrivate::GestureEvent::sequenceId

◆ type

Qt::NativeGestureType QWindowSystemInterfacePrivate::GestureEvent::type

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