QKeyEvent

Binding for C++ class QKeyEvent.

Constructors

this
this(typeof(this) other)
Undocumented in source.
this
this(Type type, int key, qt.core.namespace.KeyboardModifiers modifiers, const(QString) text, bool autorep, quint16 count)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Variables

bitfieldData_m_count
ushort bitfieldData_m_count;
Undocumented in source.
m_key
int m_key;
Undocumented in source.
m_nativeModifiers
quint32 m_nativeModifiers;
Undocumented in source.
m_scanCode
quint32 m_scanCode;
Undocumented in source.
m_text
QString m_text;
Undocumented in source.
m_virtualKey
quint32 m_virtualKey;
Undocumented in source.

Inherited Members

From QInputEvent

~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.

Meta