![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 43 of file viewtestutils_p.h.
| anonymous enum |
| Enumerator | |
|---|---|
| Inserted | |
| Removed | |
| Moved | |
| SetCurrent | |
| SetContentY | |
| Polish | |
Definition at line 44 of file viewtestutils_p.h.
|
inlinestatic |
Definition at line 50 of file viewtestutils_p.h.
References Inserted.
|
inlinestatic |
Definition at line 52 of file viewtestutils_p.h.
References Moved.
|
inlinestatic |
Definition at line 55 of file viewtestutils_p.h.
References Polish.
|
inlinestatic |
Definition at line 51 of file viewtestutils_p.h.
References Removed.
|
inlinestatic |
Definition at line 54 of file viewtestutils_p.h.
References SetContentY.
|
inlinestatic |
Definition at line 53 of file viewtestutils_p.h.
References SetCurrent.
| int QQuickViewTestUtils::ListChange::count |
Definition at line 46 of file viewtestutils_p.h.
| int QQuickViewTestUtils::ListChange::index |
Definition at line 45 of file viewtestutils_p.h.
| qreal QQuickViewTestUtils::ListChange::pos |
Definition at line 48 of file viewtestutils_p.h.
| int QQuickViewTestUtils::ListChange::to |
Definition at line 47 of file viewtestutils_p.h.
| enum { ... } QQuickViewTestUtils::ListChange::type |