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
viewtestutils_p.h File Reference

(85b7937b70ee7d2fbf02e7bdff12a01cf12e084c)

#include <QtCore/QAbstractListModel>
#include <QtQml/QQmlExpression>
#include <QtQuick/QQuickItem>
#include <QtCore/private/qglobal_p.h>
#include <QtQuick/private/qtquickglobal_p.h>
+ Include dependency graph for viewtestutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQuickViewTestUtils::ListChange
 
class  QQuickViewTestUtils::QaimModel
 
class  QQuickViewTestUtils::ListRange
 
class  QQuickViewTestUtils::StressTestModel
 

Namespaces

namespace  QQuickViewTestUtils
 
namespace  QQuickTouchUtils
 
namespace  QQuickTest
 

Functions

QQuickViewQQuickViewTestUtils::createView ()
 
void QQuickViewTestUtils::flick (QQuickView *window, const QPoint &from, const QPoint &to, int duration)
 
void QQuickViewTestUtils::centerOnScreen (QQuickView *window, const QSize &size)
 
void QQuickViewTestUtils::centerOnScreen (QQuickView *window)
 
void QQuickViewTestUtils::moveMouseAway (QQuickView *window)
 
void QQuickViewTestUtils::moveAndPress (QQuickView *window, const QPoint &position)
 
void QQuickViewTestUtils::moveAndRelease (QQuickView *window, const QPoint &position)
 
QList< int > QQuickViewTestUtils::adjustIndexesForAddDisplaced (const QList< int > &indexes, int index, int count)
 
QList< int > QQuickViewTestUtils::adjustIndexesForMove (const QList< int > &indexes, int from, int to, int count)
 
QList< int > QQuickViewTestUtils::adjustIndexesForRemoveDisplaced (const QList< int > &indexes, int index, int count)
 
template<typename T >
static void QQuickViewTestUtils::qquickmodelviewstestutil_move (int from, int to, int n, T *items)
 
void QQuickTouchUtils::flush (QQuickWindow *window)
 
bool QQuickTest::initView (QQuickView &view, const QUrl &url, bool moveMouseOut, QByteArray *errorMessage)
 
bool QQuickTest::showView (QQuickView &view, const QUrl &url)
 
void QQuickTest::pointerPress (const QPointingDevice *dev, QQuickWindow *window, int pointId, const QPoint &p, Qt::MouseButton button, Qt::KeyboardModifiers modifiers)
 
void QQuickTest::pointerMove (const QPointingDevice *dev, QQuickWindow *window, int pointId, const QPoint &p)
 
void QQuickTest::pointerRelease (const QPointingDevice *dev, QQuickWindow *window, int pointId, const QPoint &p, Qt::MouseButton button, Qt::KeyboardModifiers modifiers)