- ~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.
Binding for C++ class QTouchEvent.