QKeyEvent

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Type type, int key, qt.core.namespace.KeyboardModifiers modifiers, const(QString) text, bool autorep, ushort count)
Undocumented in source.
this
this(Type type, int key, qt.core.namespace.KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const(QString) text, bool autorep, ushort count)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

autor
ushort autor()
Undocumented in source. Be warned that the author may not have intended to support it.
autor
uint autor(uint value)
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.
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_autor
ubyte bitfieldData_autor;
Undocumented in source.
c
ushort c;
Undocumented in source.
k
int k;
Undocumented in source.
nModifiers
quint32 nModifiers;
Undocumented in source.
nScanCode
quint32 nScanCode;
Undocumented in source.
nVirtualKey
quint32 nVirtualKey;
Undocumented in source.
txt
QString txt;
Undocumented in source.

Inherited Members

From QInputEvent

~this
~this()
Undocumented in source.
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 amodifiers)
Undocumented in source. Be warned that the author may not have intended to support it.
timestamp
cpp_ulong timestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
setTimestamp
void setTimestamp(cpp_ulong atimestamp)
Undocumented in source. Be warned that the author may not have intended to support it.
modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
ts
cpp_ulong ts;
Undocumented in source.

Meta