Uses of Class
io.qt.gui.QTouchDevice
Package | Description |
---|---|
io.qt.gui | |
io.qt.test |
-
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 QList<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)
QTouchEvent(QEvent.Type eventType, QTouchDevice device)
QTouchEvent(QEvent.Type eventType, QTouchDevice device, Qt.KeyboardModifiers modifiers)
QTouchEvent(QEvent.Type eventType, QTouchDevice device, Qt.KeyboardModifiers modifiers, Qt.TouchPointStates touchPointStates)
Overloaded constructor forQTouchEvent(io.qt.core.QEvent.Type, io.qt.gui.QTouchDevice, io.qt.core.Qt.KeyboardModifiers, io.qt.core.Qt.TouchPointStates, java.util.Collection)
withtouchPoints = java.util.Collections.emptyList()
.QTouchEvent(QEvent.Type eventType, QTouchDevice device, Qt.KeyboardModifiers modifiers, Qt.TouchPointStates touchPointStates, Collection<QTouchEvent.TouchPoint> touchPoints)
-
Uses of QTouchDevice in io.qt.test
Methods in io.qt.test that return QTouchDevice Modifier and Type Method Description static QTouchDevice
QTest. createTouchDevice()
Overloaded function forQTest.createTouchDevice(io.qt.gui.QTouchDevice.DeviceType)
withdevType = io.qt.gui.QTouchDevice.DeviceType.TouchScreen
.static QTouchDevice
QTest. createTouchDevice(QTouchDevice.DeviceType devType)
Methods in io.qt.test with parameters of type QTouchDevice Modifier and Type Method Description static QTest.QTouchEventSequence
QTest. touchEvent(QWindow window, QTouchDevice device)
static QTest.QTouchEventSequence
QTest. touchEvent(QWindow window, QTouchDevice device, boolean autoCommit)
static QTest.QTouchEventSequence
QTest. touchEvent(QWidget window, QTouchDevice device)
static QTest.QTouchEventSequence
QTest. touchEvent(QWidget window, QTouchDevice device, boolean autoCommit)