Uses of Class
io.qt.gui.QTouchDevice
-
Uses of QTouchDevice in io.qt.gui
Modifier and TypeMethodDescriptionQTouchDevice.clone()
Creates and returns a copy of this object.final QTouchDevice
QNativeGestureEvent.device()
final QTouchDevice
QTouchEvent.device()
Modifier and TypeMethodDescriptionfinal void
QTouchEvent.setDevice
(QTouchDevice adevice) SeeQTouchEvent::
setDevice(QTouchDevice*) ModifierConstructorDescriptionQNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPointF localPos, QPointF windowPos, QPointF screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPointF localPos, QPointF windowPos, QPoint screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPointF localPos, QPoint windowPos, QPointF screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPointF localPos, QPoint windowPos, QPoint screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPoint localPos, QPointF windowPos, QPointF screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPoint localPos, QPointF windowPos, QPoint screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPoint localPos, QPoint windowPos, QPointF screenPos, double value, int sequenceId, long intArgument) QNativeGestureEvent
(Qt.NativeGestureType type, QTouchDevice dev, QPoint localPos, QPoint windowPos, QPoint screenPos, double value, int sequenceId, long intArgument) QTouchDevice
(QTouchDevice other) 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<? extends QTouchEvent.TouchPoint> touchPoints) -
Uses of QTouchDevice in io.qt.test
Modifier and TypeMethodDescriptionstatic 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) Modifier and TypeMethodDescriptionstatic 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)