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

#include <qwindowsysteminterface_p.h>

Inheritance diagram for QWindowSystemInterfacePrivate::TabletEnterProximityEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::TabletEnterProximityEvent:

Public Member Functions

 TabletEnterProximityEvent (QWindow *w, ulong time, const QPointF &local, const QPointF &global, const QPointingDevice *device, Qt::MouseButtons b, qreal xTilt, qreal yTilt, qreal tpressure, qreal rotation, qreal z, Qt::KeyboardModifiers mods)
Public Member Functions inherited from QWindowSystemInterfacePrivate::TabletEvent
 TabletEvent (QWindow *w, ulong time, const QPointF &local, const QPointF &global, const QPointingDevice *device, Qt::MouseButtons b, qreal pressure, qreal xTilt, qreal yTilt, qreal tpressure, qreal rotation, qreal z, 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

Additional Inherited Members

Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent
enum  { Synthetic = 0x1 , NullWindow = 0x2 }
Static Public Member Functions inherited from QWindowSystemInterfacePrivate::TabletEvent
static void handleTabletEvent (QWindow *w, const QPointF &local, const QPointF &global, int device, int pointerType, Qt::MouseButtons buttons, qreal pressure, qreal xTilt, qreal yTilt, qreal tangentialPressure, qreal rotation, qreal z, qint64 uid, Qt::KeyboardModifiers modifiers=Qt::NoModifier)
static void setPlatformSynthesizesMouse (bool v)
Public Attributes inherited from QWindowSystemInterfacePrivate::TabletEvent
Qt::MouseButtons buttons
QPointF local
QPointF global
qreal pressure = 0
qreal xTilt = 0
qreal yTilt = 0
qreal tangentialPressure = 0
qreal rotation = 0
qreal z = 0
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
Static Public Attributes inherited from QWindowSystemInterfacePrivate::TabletEvent
static bool platformSynthesizesMouse = true

Detailed Description

Definition at line 392 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ TabletEnterProximityEvent()

QWindowSystemInterfacePrivate::TabletEnterProximityEvent::TabletEnterProximityEvent ( QWindow * w,
ulong time,
const QPointF & local,
const QPointF & global,
const QPointingDevice * device,
Qt::MouseButtons b,
qreal xTilt,
qreal yTilt,
qreal tpressure,
qreal rotation,
qreal z,
Qt::KeyboardModifiers mods )
inline

Definition at line 394 of file qwindowsysteminterface_p.h.


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