QEvent

Binding for C++ class QEvent.

Constructors

this
this(QEvent other)
Undocumented in source.
this
this(Type type)
Undocumented in source.
this
this(Type type, InputEventTag )
Undocumented in source.
this
this(Type type, PointerEventTag )
Undocumented in source.
this
this(Type type, SinglePointEventTag )
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

accept
void accept()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
QEvent clone()
Undocumented in source.
ignore
void ignore()
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.
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.
setAccepted
void setAccepted(bool accepted)
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.
type
Type type()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

registerEventType
int registerEventType(int hint)
Undocumented in source.

Structs

InputEventTag
struct InputEventTag
Undocumented in source.
PointerEventTag
struct PointerEventTag
Undocumented in source.
SinglePointEventTag
struct SinglePointEventTag
Undocumented in source.

Variables

t
quint16 t;
Undocumented in source.

Meta