QInputEvent

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, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.
setTimestamp
void setTimestamp(cpp_ulong atimestamp)
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.

Variables

modState
qt.core.namespace.KeyboardModifiers modState;
Undocumented in source.
ts
cpp_ulong ts;
Undocumented in source.

Inherited Members

From QEvent

~this
~this()
Undocumented in source.
type
Type type()
Undocumented in source. Be warned that the author may not have intended to support it.
spontaneous
bool spontaneous()
Undocumented in source. Be warned that the author may not have intended to support it.
setAccepted
void setAccepted(bool accepted)
Undocumented in source. Be warned that the author may not have intended to support it.
isAccepted
bool isAccepted()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept()
Undocumented in source. Be warned that the author may not have intended to support it.
ignore
void ignore()
Undocumented in source. Be warned that the author may not have intended to support it.
registerEventType
int registerEventType(int hint)
Undocumented in source.
d
QEventPrivate* d;
Undocumented in source.
t
ushort t;
Undocumented in source.

Meta