Uses of Class
io.qt.gui.QTouchDevice
Packages that use QTouchDevice
-
Uses of QTouchDevice in io.qt.gui
Methods in io.qt.gui that return QTouchDeviceModifier and TypeMethodDescriptionQTouchDevice.clone()
Creates and returns a copy of this object.final QTouchDevice
QNativeGestureEvent.device()
final QTouchDevice
QTouchEvent.device()
Methods in io.qt.gui that return types with arguments of type QTouchDeviceMethods in io.qt.gui with parameters of type QTouchDeviceModifier and TypeMethodDescriptionfinal void
QTouchEvent.setDevice
(QTouchDevice adevice) SeeQTouchEvent::
setDevice(QTouchDevice*) Constructors in io.qt.gui with parameters of type QTouchDeviceModifierConstructorDescriptionQNativeGestureEvent
(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
Methods in io.qt.test that return QTouchDeviceModifier 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) Methods in io.qt.test with parameters of type QTouchDeviceModifier 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)