java.lang.Object
io.qt.QtObject
io.qt.test.QTest.QTouchEventSequence
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QTest
Used to simulate a sequence of touch events
Java wrapper for Qt class QTest::QTouchEventSequence
-
Constructor Summary
ConstructorDescriptionSeeQTest::QTouchEventSequence::
QTouchEventSequence(QTest::QTouchEventSequence) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final 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
See
QTest::QTouchEventSequence::
QTouchEventSequence(QTest::QTouchEventSequence)
-
-
Method Details
-
commit
-
move
-
move
-
press
-
press
-
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWidget widget) -
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWindow window) -
stationary
-
clone
Creates and returns a copy of this object.
See
QTest::QTouchEventSequence::
QTouchEventSequence(QTest::QTouchEventSequence) -
commit
Overloaded function for
commit(boolean)
withprocessEvents = true
. -
move
Overloaded function for
move(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
. -
press
Overloaded function for
press(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
. -
release
Overloaded function for
release(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.
-