![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtestsupport_widgets.h>
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 |
![]() | |
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) |
Friends | |
QTouchEventWidgetSequence | touchEvent (QWidget *widget, QPointingDevice *device, bool autoCommit) |
Additional Inherited Members | |
![]() | |
QTouchEventSequence (QWindow *window, QPointingDevice *aDevice, bool autoCommit) | |
QPoint | mapToScreen (QWindow *window, const QPoint &pt) |
QEventPoint & | point (int touchId) |
QEventPoint & | pointOrPreviousPoint (int touchId) |
![]() | |
QMap< int, QEventPoint > | previousPoints |
QMap< int, QEventPoint > | points |
QWindow * | targetWindow |
QPointingDevice * | device |
bool | commitWhenDestroyed |
Definition at line 21 of file qtestsupport_widgets.h.
|
override |
Definition at line 112 of file qtestsupport_widgets.cpp.
|
overridevirtual |
Reimplemented from QTest::QTouchEventSequence.
Definition at line 147 of file qtestsupport_widgets.cpp.
QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::move | ( | int | touchId, |
const QPoint & | pt, | ||
QWidget * | widget = nullptr ) |
Definition at line 125 of file qtestsupport_widgets.cpp.
QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::press | ( | int | touchId, |
const QPoint & | pt, | ||
QWidget * | widget = nullptr ) |
Definition at line 118 of file qtestsupport_widgets.cpp.
QTouchEventWidgetSequence & QTest::QTouchEventWidgetSequence::release | ( | int | touchId, |
const QPoint & | pt, | ||
QWidget * | widget = nullptr ) |
Definition at line 132 of file qtestsupport_widgets.cpp.
|
overridevirtual |
Reimplemented from QTest::QTouchEventSequence.
Definition at line 140 of file qtestsupport_widgets.cpp.
|
friend |