![]() |
Qt 6.x
The Qt SDK
|
#include <viewtestutils_p.h>
Public Types | |
enum | { Inserted , Removed , Moved , SetCurrent , SetContentY , Polish } |
Static Public Member Functions | |
static ListChange | insert (int index, int count=1) |
static ListChange | remove (int index, int count=1) |
static ListChange | move (int index, int to, int count) |
static ListChange | setCurrent (int index) |
static ListChange | setContentY (qreal pos) |
static ListChange | polish () |
Public Attributes | |
enum QQuickViewTestUtils::ListChange:: { ... } | type |
int | index |
int | count |
int | to |
qreal | pos |
Definition at line 45 of file viewtestutils_p.h.
anonymous enum |
Enumerator | |
---|---|
Inserted | |
Removed | |
Moved | |
SetCurrent | |
SetContentY | |
Polish |
Definition at line 46 of file viewtestutils_p.h.
|
inlinestatic |
Definition at line 52 of file viewtestutils_p.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 57 of file viewtestutils_p.h.
References Polish.
|
inlinestatic |
Definition at line 53 of file viewtestutils_p.h.
|
inlinestatic |
Definition at line 56 of file viewtestutils_p.h.
References pos, and SetContentY.
|
inlinestatic |
Definition at line 55 of file viewtestutils_p.h.
References index, and SetCurrent.
int QQuickViewTestUtils::ListChange::count |
Definition at line 48 of file viewtestutils_p.h.
int QQuickViewTestUtils::ListChange::index |
Definition at line 47 of file viewtestutils_p.h.
Referenced by insert(), move(), remove(), and setCurrent().
qreal QQuickViewTestUtils::ListChange::pos |
Definition at line 50 of file viewtestutils_p.h.
Referenced by setContentY().
int QQuickViewTestUtils::ListChange::to |
Definition at line 49 of file viewtestutils_p.h.
Referenced by move().
enum { ... } QQuickViewTestUtils::ListChange::type |