![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Inheritance diagram for QWindowSystemInterfacePrivate::TabletLeaveProximityEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::TabletLeaveProximityEvent:Public Member Functions | |
| TabletLeaveProximityEvent (ulong time, const QPointingDevice *device) | |
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 } |
Public Attributes inherited from QWindowSystemInterfacePrivate::InputEvent | |
| Qt::KeyboardModifiers | modifiers |
| const QInputDevice * | device |
Public Attributes inherited from QWindowSystemInterfacePrivate::UserEvent | |
| QPointer< QWindow > | window |
| unsigned long | timestamp |
Public Attributes inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| EventType | type |
| int | flags |
| bool | eventAccepted |
Definition at line 396 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 399 of file qwindowsysteminterface_p.h.