java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.test.QTest.QTouchEventSequence
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QTest.QTouchEventWidgetSequence
- Enclosing class:
- QTest
Used to simulate a sequence of touch events
Java wrapper for Qt class QTest::QTouchEventSequence
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcommit()Overloaded function forcommit(boolean)withprocessEvents = true.voidcommit(boolean processEvents) protected final booleanprotected final QPointingDevicedevice()protected final QPointmapToScreen(QWindow window, QPoint pt) Overloaded function formove(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null.protected final QEventPointpoint(int touchId) protected final QEventPointpointOrPreviousPoint(int touchId) protected final QMap<Integer,QEventPoint> points()Overloaded function forpress(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null.protected final QMap<Integer,QEventPoint> Overloaded function forrelease(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null.protected final voidsetCommitWhenDestroyed(boolean commitWhenDestroyed) protected final voidsetDevice(QPointingDevice device) protected final voidsetPoints(Map<Integer, QEventPoint> points) protected final voidsetPreviousPoints(Map<Integer, QEventPoint> previousPoints) protected final voidsetTargetWindow(QWindow targetWindow) stationary(int touchId) protected final QWindowMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTouchEventSequence
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
mapToScreen
-
move
Overloaded function for
move(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null. -
move
-
point
-
pointOrPreviousPoint
-
press
Overloaded function for
press(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null. -
press
-
release
Overloaded function for
release(int, io.qt.core.QPoint, io.qt.gui.QWindow)withwindow = null. -
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWindow window) -
commit
Overloaded function for
commit(boolean)withprocessEvents = true. -
commit
-
stationary
-
setCommitWhenDestroyed
-
commitWhenDestroyed
-
setDevice
-
device
-
setPoints
-
points
-
setPreviousPoints
-
previousPoints
-
setTargetWindow
-
targetWindow
-