- 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) - Parameters:
window
-pt
-- Returns:
-
move
- Parameters:
touchId
-pt
-window
-- Returns:
-
point
See
QTest::QTouchEventSequence::
point(int) - Parameters:
touchId
-- Returns:
-
pointOrPreviousPoint
See
QTest::QTouchEventSequence::
pointOrPreviousPoint(int) - Parameters:
touchId
-- Returns:
-
press
- Parameters:
touchId
-pt
-window
-- Returns:
-
release
@QtUninvokable public final QTest.QTouchEventSequence release(int touchId, QPoint pt, QWindow window) - Parameters:
touchId
-pt
-window
-- Returns:
-
commit
- Parameters:
processEvents
-- Returns:
-
stationary
- Parameters:
touchId
-- Returns:
-
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
.
-