Qt 5.12
Qt GUI
C++ Classes
QTouchEvent
Qt 5.12.0 Reference Documentation
List of All Members for QTouchEvent
This is the complete list of members for
QTouchEvent
, including inherited members.
class
TouchPoint
QTouchEvent
(QEvent::Type , QTouchDevice *, Qt::KeyboardModifiers , Qt::TouchPointStates , const QList<QTouchEvent::TouchPoint> &)
~QTouchEvent
()
_device
: QTouchDevice *
_target
: QObject *
_touchPointStates
: Qt::TouchPointStates
_touchPoints
: QList<QTouchEvent::TouchPoint>
_window
: QWindow *
device
() const : QTouchDevice *
deviceType
() const : QTouchEvent::DeviceType
setDevice
(QTouchDevice *)
setTarget
(QObject *)
setTouchPointStates
(Qt::TouchPointStates )
setTouchPoints
(const QList<QTouchEvent::TouchPoint> &)
setWindow
(QWindow *)
target
() const : QObject *
touchPointStates
() const : Qt::TouchPointStates
touchPoints
() const : const QList<QTouchEvent::TouchPoint> &
window
() const : QWindow *