QPointerEvent

Binding for C++ class QPointerEvent.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addPassiveGrabber
bool addPassiveGrabber(const(QEventPoint) point, QObject grabber)
Undocumented in source.
allPointsAccepted
bool allPointsAccepted()
Undocumented in source.
allPointsGrabbed
bool allPointsGrabbed()
Undocumented in source.
clearPassiveGrabbers
void clearPassiveGrabbers(const(QEventPoint) point)
Undocumented in source.
clone
QPointerEvent clone()
Undocumented in source. Be warned that the author may not have intended to support it.
exclusiveGrabber
QObject exclusiveGrabber(const(QEventPoint) point)
Undocumented in source.
isBeginEvent
bool isBeginEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
isEndEvent
bool isEndEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
isUpdateEvent
bool isUpdateEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
pointById
QEventPoint* pointById(int id)
Undocumented in source.
pointCount
qsizetype pointCount()
Undocumented in source. Be warned that the author may not have intended to support it.
pointerType
QPointingDevice.PointerType pointerType()
Undocumented in source. Be warned that the author may not have intended to support it.
points
const(QList!(QEventPoint)) points()
Undocumented in source. Be warned that the author may not have intended to support it.
removePassiveGrabber
bool removePassiveGrabber(const(QEventPoint) point, QObject grabber)
Undocumented in source.
setAccepted
void setAccepted(bool accepted)
Undocumented in source.
setExclusiveGrabber
void setExclusiveGrabber(const(QEventPoint) point, QObject exclusiveGrabber)
Undocumented in source.
setTimestamp
void setTimestamp(quint64 timestamp)
Undocumented in source.

Variables

m_points
QList!(QEventPoint) m_points;
Undocumented in source.

Inherited Members

From QInputEvent

~this
~this()
Undocumented in source.
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.
timestamp
quint64 timestamp()
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.
m_dev
const(QInputDevice) m_dev;
Undocumented in source.
m_timeStamp
quint64 m_timeStamp;
Undocumented in source.
m_modState
qt.core.namespace.KeyboardModifiers m_modState;
Undocumented in source.
m_reserved
quint32 m_reserved;
Undocumented in source.

Meta