Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
quicktestevent.cpp File Reference

(92f39a3919375af7e0eeaa31d010fc7fde7f6c4f)

#include "quicktestevent_p.h"
#include <QtTest/qtestkeyboard.h>
#include <QtQml/qqml.h>
#include <QtQuick/qquickitem.h>
#include <QtQuick/qquickwindow.h>
#include <qpa/qwindowsysteminterface.h>
#include "moc_quicktestevent_p.cpp"
+ Include dependency graph for quicktestevent.cpp:

Go to the source code of this file.

Namespaces

namespace  QTest
 [15]
 
namespace  QtQuickTest
 

Enumerations

enum  QtQuickTest::MouseAction {
  QtQuickTest::MousePress , QtQuickTest::MouseRelease , QtQuickTest::MouseClick , QtQuickTest::MouseDoubleClick ,
  QtQuickTest::MouseMove , QtQuickTest::MouseDoubleClickSequence
}
 

Functions

int Q_TESTLIB_EXPORT QTest::defaultMouseDelay ()
 
static void QtQuickTest::mouseEvent (MouseAction action, QWindow *window, QObject *item, Qt::MouseButton button, Qt::KeyboardModifiers stateKey, const QPointF &_pos, int delay=-1)
 

Variables

int QtQuickTest::lastMouseTimestamp = 0