QTouchEvent

Binding for C++ class QTouchEvent.

Constructors

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

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

TouchPoint
alias TouchPoint = QEventPoint
Undocumented in source.

Functions

clone
QTouchEvent clone()
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.
isUpdateEvent
bool isUpdateEvent()
Undocumented in source.
m_reserved
quint32 m_reserved()
Undocumented in source. Be warned that the author may not have intended to support it.
m_reserved
quint32 m_reserved(quint32 value)
Undocumented in source. Be warned that the author may not have intended to support it.
target
QObject target()
Undocumented in source. Be warned that the author may not have intended to support it.
touchPointStates
QEventPoint.States touchPointStates()
Undocumented in source. Be warned that the author may not have intended to support it.
touchPoints
const(QList!(QEventPoint)) touchPoints()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bitfieldData_m_reserved
uint bitfieldData_m_reserved;
Undocumented in source.
m_target
QObject m_target;
Undocumented in source.
m_touchPointStates
QEventPoint.States m_touchPointStates;
Undocumented in source.

Inherited Members

From QPointerEvent

~this
~this()
Undocumented in source.
clone
QPointerEvent clone()
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.
setTimestamp
void setTimestamp(quint64 timestamp)
Undocumented in source.
pointCount
qsizetype pointCount()
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.
pointById
QEventPoint* pointById(int id)
Undocumented in source.
allPointsGrabbed
bool allPointsGrabbed()
Undocumented in source.
isBeginEvent
bool isBeginEvent()
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.
isEndEvent
bool isEndEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
allPointsAccepted
bool allPointsAccepted()
Undocumented in source.
setAccepted
void setAccepted(bool accepted)
Undocumented in source.
exclusiveGrabber
QObject exclusiveGrabber(const(QEventPoint) point)
Undocumented in source.
setExclusiveGrabber
void setExclusiveGrabber(const(QEventPoint) point, QObject exclusiveGrabber)
Undocumented in source.
clearPassiveGrabbers
void clearPassiveGrabbers(const(QEventPoint) point)
Undocumented in source.
addPassiveGrabber
bool addPassiveGrabber(const(QEventPoint) point, QObject grabber)
Undocumented in source.
removePassiveGrabber
bool removePassiveGrabber(const(QEventPoint) point, QObject grabber)
Undocumented in source.
m_points
QList!(QEventPoint) m_points;
Undocumented in source.

Meta