Uses of Class
io.qt.gui.QTouchDevice
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTouchDevice in io.qt.gui
Methods in io.qt.gui that return QTouchDevice Modifier and Type Method Description QTouchDevice
QNativeGestureEvent. device()
QTouchDevice
QTouchEvent. device()
Methods in io.qt.gui that return types with arguments of type QTouchDevice Modifier and Type Method Description static List<QTouchDevice>
QTouchDevice. devices()
Methods in io.qt.gui with parameters of type QTouchDevice Modifier and Type Method Description void
QTouchEvent. setDevice(QTouchDevice adevice)
Constructors in io.qt.gui with parameters of type QTouchDevice Constructor Description QNativeGestureEvent(Qt.NativeGestureType type, QTouchDevice dev, QPointF localPos, QPointF windowPos, QPointF screenPos, double value, int sequenceId, long intArgument)