#include <qwindowsysteminterface_p.h>
|
| | 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) |
| | 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) |
| | PointerEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QPointingDevice *device) |
| | InputEvent (QWindow *w, ulong time, EventType t, Qt::KeyboardModifiers mods, const QInputDevice *dev) |
| | UserEvent (QWindow *w, ulong time, EventType t) |
| | WindowSystemEvent (EventType t) |
| virtual | ~WindowSystemEvent () |
| bool | synthetic () const |
| bool | nullWindow () const |
|
| enum | { Synthetic = 0x1
, NullWindow = 0x2
} |
| 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) |
| 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 |
| Qt::KeyboardModifiers | modifiers |
| const QInputDevice * | device |
| QPointer< QWindow > | window |
| unsigned long | timestamp |
| EventType | type |
| int | flags |
| bool | eventAccepted |
| static bool | platformSynthesizesMouse = true |
Definition at line 392 of file qwindowsysteminterface_p.h.
◆ 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 |
The documentation for this class was generated from the following file: