#include <QtCore/QAbstractListModel>
#include <QtQml/QQmlExpression>
#include <QtQuick/QQuickItem>
#include <QtCore/private/qglobal_p.h>
#include <QtQuick/private/qtquickglobal_p.h>
Go to the source code of this file.
|
| QQuickView * | QQuickViewTestUtils::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) |
| |