#include <qwindowsysteminterface_p.h>
|
| KeyEvent (QWindow *w, ulong time, QEvent::Type t, int k, Qt::KeyboardModifiers mods, const QString &text=QString(), bool autorep=false, ushort count=1, const QInputDevice *device=QInputDevice::primaryKeyboard()) |
| KeyEvent (QWindow *w, ulong time, QEvent::Type t, int k, Qt::KeyboardModifiers mods, quint32 nativeSC, quint32 nativeVK, quint32 nativeMods, const QString &text=QString(), bool autorep=false, ushort count=1, const QInputDevice *device=QInputDevice::primaryKeyboard()) |
| 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 |
Definition at line 261 of file qwindowsysteminterface_p.h.
◆ KeyEvent() [1/2]
◆ KeyEvent() [2/2]
QWindowSystemInterfacePrivate::KeyEvent::KeyEvent |
( |
QWindow * | w, |
|
|
ulong | time, |
|
|
QEvent::Type | t, |
|
|
int | k, |
|
|
Qt::KeyboardModifiers | mods, |
|
|
quint32 | nativeSC, |
|
|
quint32 | nativeVK, |
|
|
quint32 | nativeMods, |
|
|
const QString & | text = QString(), |
|
|
bool | autorep = false, |
|
|
ushort | count = 1, |
|
|
const QInputDevice * | device = QInputDevice::primaryKeyboard() ) |
|
inline |
◆ key
int QWindowSystemInterfacePrivate::KeyEvent::key |
◆ keyType
QEvent::Type QWindowSystemInterfacePrivate::KeyEvent::keyType |
◆ nativeModifiers
quint32 QWindowSystemInterfacePrivate::KeyEvent::nativeModifiers |
◆ nativeScanCode
quint32 QWindowSystemInterfacePrivate::KeyEvent::nativeScanCode |
◆ nativeVirtualKey
quint32 QWindowSystemInterfacePrivate::KeyEvent::nativeVirtualKey |
◆ repeat
bool QWindowSystemInterfacePrivate::KeyEvent::repeat |
◆ repeatCount
ushort QWindowSystemInterfacePrivate::KeyEvent::repeatCount |
◆ source
const QInputDevice* QWindowSystemInterfacePrivate::KeyEvent::source |
◆ unicode
QString QWindowSystemInterfacePrivate::KeyEvent::unicode |
The documentation for this class was generated from the following file: