QMouseEvent

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, const(QPointF) localPos, qt.core.namespace.MouseButton button, qt.core.namespace.MouseButtons buttons, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.
this
this(Type type, const(QPointF) localPos, const(QPointF) screenPos, qt.core.namespace.MouseButton button, qt.core.namespace.MouseButtons buttons, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.
this
this(Type type, const(QPointF) localPos, const(QPointF) windowPos, const(QPointF) screenPos, qt.core.namespace.MouseButton button, qt.core.namespace.MouseButtons buttons, qt.core.namespace.KeyboardModifiers modifiers)
Undocumented in source.
this
this(Type type, const(QPointF) localPos, const(QPointF) windowPos, const(QPointF) screenPos, qt.core.namespace.MouseButton button, qt.core.namespace.MouseButtons buttons, qt.core.namespace.KeyboardModifiers modifiers, qt.core.namespace.MouseEventSource source)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

button
qt.core.namespace.MouseButton button()
Undocumented in source. Be warned that the author may not have intended to support it.
buttons
qt.core.namespace.MouseButtons buttons()
Undocumented in source. Be warned that the author may not have intended to support it.
flags
qt.core.namespace.MouseEventFlags flags()
Undocumented in source.
localPos
const(QPointF) localPos()
Undocumented in source. Be warned that the author may not have intended to support it.
screenPos
const(QPointF) screenPos()
Undocumented in source. Be warned that the author may not have intended to support it.
setLocalPos
void setLocalPos(const(QPointF) localPosition)
Undocumented in source. Be warned that the author may not have intended to support it.
source
qt.core.namespace.MouseEventSource source()
Undocumented in source.
windowPos
const(QPointF) windowPos()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

b
qt.core.namespace.MouseButton b;
Undocumented in source.
caps
int caps;
Undocumented in source.
l
QPointF l;
Undocumented in source.
mouseState
qt.core.namespace.MouseButtons mouseState;
Undocumented in source.
s
QPointF s;
Undocumented in source.
velocity
QVector2D velocity;
Undocumented in source.
w
QPointF w;
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