![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Inheritance diagram for QWindowSystemInterfacePrivate::InputEvent:
Collaboration diagram for QWindowSystemInterfacePrivate::InputEvent:Public Member Functions | |
| 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 | |
| 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 |
Additional Inherited Members | |
Public Types inherited from QWindowSystemInterfacePrivate::WindowSystemEvent | |
| enum | { Synthetic = 0x1 , NullWindow = 0x2 } |
Definition at line 207 of file qwindowsysteminterface_p.h.
|
inline |
Definition at line 209 of file qwindowsysteminterface_p.h.
| const QInputDevice* QWindowSystemInterfacePrivate::InputEvent::device |
Definition at line 212 of file qwindowsysteminterface_p.h.
| Qt::KeyboardModifiers QWindowSystemInterfacePrivate::InputEvent::modifiers |
Definition at line 211 of file qwindowsysteminterface_p.h.
Referenced by QtWayland::WindowSystemEventHandler::handleKeyEvent().