Class 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
-
Method Summary
Modifier and TypeMethodDescriptionfinal booleancommit()Overloaded function forcommit(boolean)withprocessEvents = true.booleancommit(boolean processEvents) protected final booleanSeeQTest::QTouchEventSequence::commitWhenDestroyed protected final QPointingDevicedevice()SeeQTest::QTouchEventSequence::device protected final QPointmapToScreen(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 QEventPointpoint(int touchId) SeeQTest::QTouchEventSequence::point(int) protected final QEventPointpointOrPreviousPoint(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 voidsetCommitWhenDestroyed(boolean commitWhenDestroyed) SeeQTest::QTouchEventSequence::commitWhenDestroyed protected final voidsetDevice(QPointingDevice device) SeeQTest::QTouchEventSequence::device protected final voidsetPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> points) SeeQTest::QTouchEventSequence::points protected final voidsetPreviousPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> previousPoints) SeeQTest::QTouchEventSequence::previousPoints protected final voidsetTargetWindow(QWindow targetWindow) SeeQTest::QTouchEventSequence::targetWindow stationary(int touchId) protected final QWindowSeeQTest::QTouchEventSequence::targetWindow Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
mapToScreen
See
QTest::QTouchEventSequence::mapToScreen(QWindow*, QPoint) - Parameters:
window-pt-- Returns:
-
move
See
QTest::QTouchEventSequence::move(int, QPoint, QWindow*) This member function returns the object itself.
- Parameters:
touchId-pt-window-- Returns:
- this
-
point
See
QTest::QTouchEventSequence::point(int) - Parameters:
touchId-- Returns:
-
pointOrPreviousPoint
See
QTest::QTouchEventSequence::pointOrPreviousPoint(int) - Parameters:
touchId-- Returns:
-
press
See
QTest::QTouchEventSequence::press(int, QPoint, QWindow*) This member function returns the object itself.
- Parameters:
touchId-pt-window-- Returns:
- this
-
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWindow window) See
QTest::QTouchEventSequence::release(int, QPoint, QWindow*) This member function returns the object itself.
- Parameters:
touchId-pt-window-- Returns:
- this
-
commit
- Parameters:
processEvents-- Returns:
-
stationary
See
QTest::QTouchEventSequence::stationary(int) This member function returns the object itself.
- Parameters:
touchId-- Returns:
- this
-
setCommitWhenDestroyed
See
QTest::QTouchEventSequence::commitWhenDestroyed - Parameters:
commitWhenDestroyed-
-
commitWhenDestroyed
See
QTest::QTouchEventSequence::commitWhenDestroyed - Returns:
-
setDevice
See
QTest::QTouchEventSequence::device - Parameters:
device-
-
device
See
QTest::QTouchEventSequence::device - Returns:
-
setPoints
@QtUninvokable protected final void setPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> points) See
QTest::QTouchEventSequence::points - Parameters:
points-
-
points
See
QTest::QTouchEventSequence::points - Returns:
-
setPreviousPoints
@QtUninvokable protected final void setPreviousPoints(Map<@QtPrimitiveType Integer, ? extends QEventPoint> previousPoints) See
QTest::QTouchEventSequence::previousPoints - Parameters:
previousPoints-
-
previousPoints
See
QTest::QTouchEventSequence::previousPoints - Returns:
-
setTargetWindow
See
QTest::QTouchEventSequence::targetWindow - Parameters:
targetWindow-
-
targetWindow
See
QTest::QTouchEventSequence::targetWindow - Returns:
-
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.
-