#include <QtQml/qqmlexpression.h>
#include <QtQuick/private/qquickitem_p.h>
#include <private/qmlutils_p.h>
Go to the source code of this file.
|  | 
| QQuickItem * | QQuickVisualTestUtils::findVisibleChild (QQuickItem *parent, const QString &objectName) | 
|  | 
| void | QQuickVisualTestUtils::dumpTree (QQuickItem *parent, int depth=0) | 
|  | 
| void | QQuickVisualTestUtils::moveMouseAway (QQuickWindow *window) | 
|  | 
| void | QQuickVisualTestUtils::centerOnScreen (QQuickWindow *window) | 
|  | 
| template<typename F > | 
| void | QQuickVisualTestUtils::forEachStep (int steps, F &&func) | 
|  | 
| QPoint | QQuickVisualTestUtils::lerpPoints (const QPoint &point1, const QPoint &point2, qreal t) | 
|  | 
| bool | QQuickVisualTestUtils::delegateVisible (QQuickItem *item) | 
|  | 
| template<typename T > | 
| T * | QQuickVisualTestUtils::findItem (QQuickItem *parent, const QString &objectName, int index=-1) | 
|  | 
| template<typename T > | 
| QList< T * > | QQuickVisualTestUtils::findItems (QQuickItem *parent, const QString &objectName, bool visibleOnly=true) | 
|  | 
| template<typename T > | 
| QList< T * > | QQuickVisualTestUtils::findItems (QQuickItem *parent, const QString &objectName, const QList< int > &indexes) | 
|  | 
| bool | QQuickVisualTestUtils::compareImages (const QImage &ia, const QImage &ib, QString *errorMessage) | 
|  | 
| template<typename T > | 
| bool | QQuickVisualTestUtils::findViewDelegateItem (QQuickItemView *itemView, int index, T &delegateItem, FindViewDelegateItemFlags flags=FindViewDelegateItemFlag::PositionViewAtIndex) | 
|  | 
| QPoint | QQuickVisualTestUtils::mapCenterToWindow (const QQuickItem *item) | 
|  | 
| QPoint | QQuickVisualTestUtils::mapToWindow (const QQuickItem *item, qreal relativeX, qreal relativeY) | 
|  | 
| QPoint | QQuickVisualTestUtils::mapToWindow (const QQuickItem *item, const QPointF &relativePos) | 
|  | 
◆ QQUICK_VERIFY_POLISH