![]() |
Qt 6.x
The Qt SDK
|
#include <qtestsupport_widgets.h>
Inheritance diagram for QTest::QTouchEventWidgetSequence:
Collaboration diagram for QTest::QTouchEventWidgetSequence:Public Member Functions | |
| ~QTouchEventWidgetSequence () override | |
| QTouchEventWidgetSequence & | press (int touchId, const QPoint &pt, QWidget *widget=nullptr) |
| QTouchEventWidgetSequence & | move (int touchId, const QPoint &pt, QWidget *widget=nullptr) |
| QTouchEventWidgetSequence & | release (int touchId, const QPoint &pt, QWidget *widget=nullptr) |
| QTouchEventWidgetSequence & | stationary (int touchId) override |
| bool | commit (bool processEvents=true) override |
Public Member Functions inherited from QTest::QTouchEventSequence | |
| virtual | ~QTouchEventSequence () |
| QTouchEventSequence & | press (int touchId, const QPoint &pt, QWindow *window=nullptr) |
| QTouchEventSequence & | move (int touchId, const QPoint &pt, QWindow *window=nullptr) |
| QTouchEventSequence & | release (int touchId, const QPoint &pt, QWindow *window=nullptr) |
| virtual QTouchEventSequence & | stationary (int touchId) |
| virtual bool | commit (bool processEvents=true) |
Friends | |
| QTouchEventWidgetSequence | touchEvent (QWidget *widget, QPointingDevice *device, bool autoCommit) |
Additional Inherited Members | |
Protected Member Functions inherited from QTest::QTouchEventSequence | |
| QTouchEventSequence (QWindow *window, QPointingDevice *aDevice, bool autoCommit) | |
| QPoint | mapToScreen (QWindow *window, const QPoint &pt) |
| QEventPoint & | point (int touchId) |
| QEventPoint & | pointOrPreviousPoint (int touchId) |
Protected Attributes inherited from QTest::QTouchEventSequence | |
| QMap< int, QEventPoint > | previousPoints |
| QMap< int, QEventPoint > | points |
| QWindow * | targetWindow |
| QPointingDevice * | device |
| bool | commitWhenDestroyed |
Definition at line 20 of file qtestsupport_widgets.h.
|
override |
Definition at line 86 of file qtestsupport_widgets.cpp.
References commit(), and QTest::QTouchEventSequence::commitWhenDestroyed.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QTest::QTouchEventSequence.
Definition at line 121 of file qtestsupport_widgets.cpp.
References QMap< Key, T >::clear(), QTest::QTouchEventSequence::device, QTest::QTouchEventSequence::points, QTest::QTouchEventSequence::previousPoints, QCoreApplication::processEvents(), qt_handleTouchEventv2(), ret, QThread::sleep(), QTest::QTouchEventSequence::targetWindow, and QWidget::windowHandle().
Referenced by ~QTouchEventWidgetSequence().
Here is the call graph for this function:
Here is the caller graph for this function:| QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::move | ( | int | touchId, |
| const QPoint & | pt, | ||
| QWidget * | widget = nullptr |
||
| ) |
Definition at line 99 of file qtestsupport_widgets.cpp.
References QTest::QTouchEventSequence::point(), QEventPoint::Updated, and widget.
Here is the call graph for this function:| QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::press | ( | int | touchId, |
| const QPoint & | pt, | ||
| QWidget * | widget = nullptr |
||
| ) |
Definition at line 92 of file qtestsupport_widgets.cpp.
References QTest::QTouchEventSequence::point(), QEventPoint::Pressed, and widget.
Here is the call graph for this function:| QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::release | ( | int | touchId, |
| const QPoint & | pt, | ||
| QWidget * | widget = nullptr |
||
| ) |
Definition at line 106 of file qtestsupport_widgets.cpp.
References QTest::QTouchEventSequence::point(), QEventPoint::Released, and widget.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QTest::QTouchEventSequence.
Definition at line 114 of file qtestsupport_widgets.cpp.
References QTest::QTouchEventSequence::pointOrPreviousPoint(), and QEventPoint::Stationary.
Here is the call graph for this function:
|
friend |