QInputEvent

Binding for C++ class QInputEvent.

Constructors

this
this(typeof(this) other)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.
setTimestamp
void setTimestamp(quint64 timestamp)
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.

Variables

m_dev
const(QInputDevice) m_dev;
Undocumented in source.
m_modState
qt.core.namespace.KeyboardModifiers m_modState;
Undocumented in source.
m_reserved
quint32 m_reserved;
Undocumented in source.
m_timeStamp
quint64 m_timeStamp;
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.
isInputEvent
bool isInputEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
isPointerEvent
bool isPointerEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
isSinglePointEvent
bool isSinglePointEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
registerEventType
int registerEventType(int hint)
Undocumented in source.
clone
QEvent clone()
Undocumented in source.
InputEventTag
struct InputEventTag
Undocumented in source.
PointerEventTag
struct PointerEventTag
Undocumented in source.
SinglePointEventTag
struct SinglePointEventTag
Undocumented in source.
t
quint16 t;
Undocumented in source.

Meta