- clone
QKeyEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
- isAutoRepeat
bool isAutoRepeat()
Undocumented in source. Be warned that the author may not have intended to support it.
- key
int key()
Undocumented in source. Be warned that the author may not have intended to support it.
- keyCombination
QKeyCombination keyCombination()
Undocumented in source. Be warned that the author may not have intended to support it.
- m_autoRepeat
quint16 m_autoRepeat()
Undocumented in source. Be warned that the author may not have intended to support it.
- m_autoRepeat
quint16 m_autoRepeat(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_count
quint16 m_count()
Undocumented in source. Be warned that the author may not have intended to support it.
- m_count
quint16 m_count(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
- matches
bool matches(QKeySequence.StandardKey key)
Undocumented in source.
- nativeModifiers
quint32 nativeModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
- nativeScanCode
quint32 nativeScanCode()
Undocumented in source. Be warned that the author may not have intended to support it.
- nativeVirtualKey
quint32 nativeVirtualKey()
Undocumented in source. Be warned that the author may not have intended to support it.
- text
QString text()
Undocumented in source. Be warned that the author may not have intended to support it.
- ~this
~this()
Undocumented in source.
- clone
QInputEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
- device
const(QInputDevice) device()
Undocumented in source. Be warned that the author may not have intended to support it.
- deviceType
QInputDevice.DeviceType deviceType()
Undocumented in source. Be warned that the author may not have intended to support it.
- modifiers
qt.core.namespace.KeyboardModifiers modifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
- setModifiers
void setModifiers(qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source. Be warned that the author may not have intended to support it.
- timestamp
quint64 timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
- setTimestamp
void setTimestamp(quint64 timestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
- m_dev
const(QInputDevice) m_dev;
Undocumented in source.
- m_timeStamp
quint64 m_timeStamp;
Undocumented in source.
- m_modState
qt.core.namespace.KeyboardModifiers m_modState;
Undocumented in source.
- m_reserved
quint32 m_reserved;
Undocumented in source.
Binding for C++ class QKeyEvent.