- 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
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
commit()
Overloaded function forcommit(boolean)
withprocessEvents = true
.boolean
commit
(boolean processEvents) protected final boolean
SeeQTest::QTouchEventSequence::
commitWhenDestroyed protected final QPointingDevice
device()
SeeQTest::QTouchEventSequence::
device protected final QPoint
mapToScreen
(QWindow window, QPoint pt) SeeQTest::QTouchEventSequence::
mapToScreen(QWindow*, QPoint) Overloaded function formove(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.protected final QEventPoint
point
(int touchId) SeeQTest::QTouchEventSequence::
point(int) protected final QEventPoint
pointOrPreviousPoint
(int touchId) SeeQTest::QTouchEventSequence::
pointOrPreviousPoint(int) protected final QMap<@QtPrimitiveType Integer,
QEventPoint> points()
SeeQTest::QTouchEventSequence::
points Overloaded function forpress(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.protected final QMap<@QtPrimitiveType Integer,
QEventPoint> SeeQTest::QTouchEventSequence::
previousPoints Overloaded function forrelease(int, io.qt.core.QPoint, io.qt.gui.QWindow)
withwindow = null
.protected final void
setCommitWhenDestroyed
(boolean commitWhenDestroyed) SeeQTest::QTouchEventSequence::
commitWhenDestroyed protected final void
setDevice
(QPointingDevice device) SeeQTest::QTouchEventSequence::
device protected final void
setPoints
(Map<@QtPrimitiveType Integer, ? extends QEventPoint> points) SeeQTest::QTouchEventSequence::
points protected final void
setPreviousPoints
(Map<@QtPrimitiveType Integer, ? extends QEventPoint> previousPoints) SeeQTest::QTouchEventSequence::
previousPoints protected final void
setTargetWindow
(QWindow targetWindow) SeeQTest::QTouchEventSequence::
targetWindow stationary
(int touchId) protected final QWindow
SeeQTest::QTouchEventSequence::
targetWindow Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
mapToScreen
See
QTest::QTouchEventSequence::
mapToScreen(QWindow*, QPoint) -
move
-
point
See
QTest::QTouchEventSequence::
point(int) -
pointOrPreviousPoint
See
QTest::QTouchEventSequence::
pointOrPreviousPoint(int) -
press
-
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWindow window) -
commit
-
stationary
-
setCommitWhenDestroyed
See
QTest::QTouchEventSequence::
commitWhenDestroyed -
commitWhenDestroyed
See
QTest::QTouchEventSequence::
commitWhenDestroyed -
setDevice
See
QTest::QTouchEventSequence::
device -
device
See
QTest::QTouchEventSequence::
device -
setPoints
@QtUninvokable protected final void setPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> points) See
QTest::QTouchEventSequence::
points -
points
See
QTest::QTouchEventSequence::
points -
setPreviousPoints
@QtUninvokable protected final void setPreviousPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> previousPoints) See
QTest::QTouchEventSequence::
previousPoints -
previousPoints
See
QTest::QTouchEventSequence::
previousPoints -
setTargetWindow
See
QTest::QTouchEventSequence::
targetWindow -
targetWindow
See
QTest::QTouchEventSequence::
targetWindow -
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
. -
commit
Overloaded function for
commit(boolean)
withprocessEvents = true
.
-