![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllistcompositor_p.h>
Public Member Functions | |
| insert_iterator () | |
| insert_iterator (const iterator &it) | |
| insert_iterator (Range *, int, Group, int) | |
| insert_iterator & | operator+= (int difference) |
| Public Member Functions inherited from QQmlListCompositor::iterator | |
| iterator ()=default | |
| iterator (Range *range, int offset, Group group, int groupCount) | |
| bool | operator== (const iterator &it) const |
| bool | operator!= (const iterator &it) const |
| bool | operator== (Group group) const |
| bool | operator!= (Group group) const |
| Range *& | operator* () |
| Range *const & | operator* () const |
| Range * | operator-> () |
| const Range * | operator-> () const |
| iterator & | operator+= (int difference) |
| template<typename T> | |
| T * | list () const |
| int | modelIndex () const |
| void | incrementIndexes (int difference) |
| void | decrementIndexes (int difference) |
| void | incrementIndexes (int difference, uint flags) |
| void | decrementIndexes (int difference, uint flags) |
| void | setGroup (Group g) |
| int | cacheIndex () const |
| void | setCacheIndex (int cacheIndex) |
Additional Inherited Members | |
| Public Attributes inherited from QQmlListCompositor::iterator | |
| Range * | range = nullptr |
| int | offset = 0 |
| Group | group = Default |
| int | groupFlag = 0 |
| int | groupCount = 0 |
| int | index [MaximumGroupCount] = { 0 } |
Definition at line 127 of file qqmllistcompositor_p.h.
|
inline |
Definition at line 130 of file qqmllistcompositor_p.h.
|
inline |
Definition at line 131 of file qqmllistcompositor_p.h.
|
inline |
Definition at line 312 of file qqmllistcompositor_p.h.
| QQmlListCompositor::insert_iterator & QQmlListCompositor::insert_iterator::operator+= | ( | int | difference | ) |
Definition at line 233 of file qqmllistcompositor.cpp.