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
QWindowSystemInterfacePrivate::TouchEvent Class Reference

#include <qwindowsysteminterface_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::TouchEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::TouchEvent:

Public Member Functions

 TouchEvent (QWindow *w, ulong time, QEvent::Type t, const QPointingDevice *device, const QList< QEventPoint > &p, Qt::KeyboardModifiers mods)
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

QList< QEventPointpoints
QEvent::Type touchType
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 287 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ TouchEvent()

QWindowSystemInterfacePrivate::TouchEvent::TouchEvent ( QWindow * w,
ulong time,
QEvent::Type t,
const QPointingDevice * device,
const QList< QEventPoint > & p,
Qt::KeyboardModifiers mods )
inline

Definition at line 289 of file qwindowsysteminterface_p.h.

Member Data Documentation

◆ points

QList<QEventPoint> QWindowSystemInterfacePrivate::TouchEvent::points

Definition at line 292 of file qwindowsysteminterface_p.h.

◆ touchType

QEvent::Type QWindowSystemInterfacePrivate::TouchEvent::touchType

Definition at line 293 of file qwindowsysteminterface_p.h.


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