java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.test.QTest.QTouchEventSequence
- All Implemented Interfaces:
QtObjectInterface
- 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
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
commit()
Overloaded function forcommit(boolean)
withprocessEvents = true
.final void
commit
(boolean processEvents) Overloaded function formove(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.Overloaded function forpress(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.Overloaded function forrelease(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.stationary
(int touchId) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QTouchEventSequence
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
commit
Overloaded function for
commit(boolean)
withprocessEvents = true
. -
commit
-
move
-
move
Overloaded function for
move(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
. -
move
-
press
-
press
Overloaded function for
press(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
. -
press
-
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWidget widget) -
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) -
stationary
-