QWheelEvent

Binding for C++ class QWheelEvent.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Enums

DefaultDeltasPerStep
anonymousenum DefaultDeltasPerStep
Undocumented in source.

Functions

angleDelta
QPoint angleDelta()
Undocumented in source. Be warned that the author may not have intended to support it.
clone
QWheelEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPixelDelta
bool hasPixelDelta()
Undocumented in source. Be warned that the author may not have intended to support it.
inverted
bool inverted()
Undocumented in source. Be warned that the author may not have intended to support it.
isBeginEvent
bool isBeginEvent()
Undocumented in source.
isEndEvent
bool isEndEvent()
Undocumented in source.
isInverted
bool isInverted()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpdateEvent
bool isUpdateEvent()
Undocumented in source.
phase
qt.core.namespace.ScrollPhase phase()
Undocumented in source. Be warned that the author may not have intended to support it.
pixelDelta
QPoint pixelDelta()
Undocumented in source. Be warned that the author may not have intended to support it.
source
qt.core.namespace.MouseEventSource source()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_angleDelta
QPoint m_angleDelta;
Undocumented in source.
m_pixelDelta
QPoint m_pixelDelta;
Undocumented in source.

Inherited Members

From QSinglePointEvent

~this
~this()
Undocumented in source.
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.
position
QPointF position()
Undocumented in source. Be warned that the author may not have intended to support it.
scenePosition
QPointF scenePosition()
Undocumented in source. Be warned that the author may not have intended to support it.
globalPosition
QPointF globalPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
isBeginEvent
bool isBeginEvent()
Undocumented in source.
isUpdateEvent
bool isUpdateEvent()
Undocumented in source.
isEndEvent
bool isEndEvent()
Undocumented in source.
exclusivePointGrabber
QObject exclusivePointGrabber()
Undocumented in source. Be warned that the author may not have intended to support it.
setExclusivePointGrabber
void setExclusivePointGrabber(QObject exclusiveGrabber)
Undocumented in source. Be warned that the author may not have intended to support it.
clone
QSinglePointEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
m_button
qt.core.namespace.MouseButton m_button;
Undocumented in source.
m_mouseState
qt.core.namespace.MouseButtons m_mouseState;
Undocumented in source.
m_source
qt.core.namespace.MouseEventSource m_source;
Undocumented in source.
m_reserved
quint16 m_reserved;
Undocumented in source.
bitfieldData_m_reserved2
ushort bitfieldData_m_reserved2;
Undocumented in source.
m_reserved2
quint16 m_reserved2()
Undocumented in source. Be warned that the author may not have intended to support it.
m_reserved2
quint16 m_reserved2(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_doubleClick
quint16 m_doubleClick()
Undocumented in source. Be warned that the author may not have intended to support it.
m_doubleClick
quint16 m_doubleClick(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_phase
quint16 m_phase()
Undocumented in source. Be warned that the author may not have intended to support it.
m_phase
quint16 m_phase(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.
m_invertedScrolling
quint16 m_invertedScrolling()
Undocumented in source. Be warned that the author may not have intended to support it.
m_invertedScrolling
quint16 m_invertedScrolling(quint16 value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta