KWayland::Client::TouchPoint
KWayland::Client::TouchPoint Class Reference
#include <touch.h>
Public Member Functions | |
quint32 | downSerial () const |
qint32 | id () const |
bool | isDown () const |
QPointF | position () const |
QVector< QPointF > | positions () const |
QPointer< Surface > | surface () const |
quint32 | time () const |
QVector< quint32 > | timestamps () const |
quint32 | upSerial () const |
Detailed Description
Member Function Documentation
◆ downSerial()
quint32 KWayland::Client::TouchPoint::downSerial | ( | ) | const |
◆ id()
qint32 KWayland::Client::TouchPoint::id | ( | ) | const |
Unique in the scope of all TouchPoints currently being down.
As soon as the TouchPoint is now longer down another TouchPoint might get assigned the id.
◆ isDown()
bool KWayland::Client::TouchPoint::isDown | ( | ) | const |
◆ position()
QPointF KWayland::Client::TouchPoint::position | ( | ) | const |
◆ positions()
All positions this TouchPoint had, updated with each move.
◆ surface()
The Surface this TouchPoint happened on.
◆ time()
quint32 KWayland::Client::TouchPoint::time | ( | ) | const |
◆ timestamps()
QVector< quint32 > KWayland::Client::TouchPoint::timestamps | ( | ) | const |
◆ upSerial()
quint32 KWayland::Client::TouchPoint::upSerial | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jan 31 2023 03:53:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jan 31 2023 03:53:29 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.