![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface_p.h>
Public Member Functions | |
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 |
Public Attributes | |
Qt::KeyboardModifiers | modifiers |
const QInputDevice * | device |
![]() | |
QPointer< QWindow > | window |
unsigned long | timestamp |
![]() | |
EventType | type |
int | flags |
bool | eventAccepted |
Additional Inherited Members | |
![]() | |
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().