#include <qwindowsysteminterface_p.h>
|
| 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, int 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 |
|
|
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, int z, qint64 uid, Qt::KeyboardModifiers modifiers=Qt::NoModifier) |
|
static void | setPlatformSynthesizesMouse (bool v) |
|
Definition at line 364 of file qwindowsysteminterface_p.h.
◆ TabletEvent()
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, |
|
|
int | z, |
|
|
Qt::KeyboardModifiers | mods ) |
|
inline |
◆ handleTabletEvent()
static void QWindowSystemInterfacePrivate::TabletEvent::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, |
|
|
int | z, |
|
|
qint64 | uid, |
|
|
Qt::KeyboardModifiers | modifiers = Qt::NoModifier ) |
|
static |
◆ setPlatformSynthesizesMouse()
void QWindowSystemInterfacePrivate::TabletEvent::setPlatformSynthesizesMouse |
( |
bool | v | ) |
|
|
static |
◆ buttons
Qt::MouseButtons QWindowSystemInterfacePrivate::TabletEvent::buttons |
◆ global
QPointF QWindowSystemInterfacePrivate::TabletEvent::global |
◆ local
QPointF QWindowSystemInterfacePrivate::TabletEvent::local |
◆ platformSynthesizesMouse
bool QWindowSystemInterfacePrivate::TabletEvent::platformSynthesizesMouse = true |
|
static |
◆ pressure
qreal QWindowSystemInterfacePrivate::TabletEvent::pressure |
◆ rotation
qreal QWindowSystemInterfacePrivate::TabletEvent::rotation |
◆ tangentialPressure
qreal QWindowSystemInterfacePrivate::TabletEvent::tangentialPressure |
◆ xTilt
qreal QWindowSystemInterfacePrivate::TabletEvent::xTilt |
◆ yTilt
qreal QWindowSystemInterfacePrivate::TabletEvent::yTilt |
int QWindowSystemInterfacePrivate::TabletEvent::z |
The documentation for this class was generated from the following files: