![]() |
Qt 6.x
The Qt SDK
|
#include <qqmllist_p.h>
Classes | |
class | pointer |
class | reference |
Public Types | |
using | difference_type = qsizetype |
using | iterator_category = std::random_access_iterator_tag |
using | value_type = T * |
Public Member Functions | |
QQmlListIterator ()=default | |
QQmlListIterator (QQmlListProperty< T > *list, qsizetype i) | |
QQmlListIterator & | operator++ () |
QQmlListIterator | operator++ (int) |
QQmlListIterator & | operator-- () |
QQmlListIterator | operator-- (int) |
QQmlListIterator & | operator+= (qsizetype j) |
QQmlListIterator & | operator-= (qsizetype j) |
QQmlListIterator | operator+ (qsizetype j) |
QQmlListIterator | operator- (qsizetype j) |
reference | operator* () const |
pointer | operator-> () const |
Friends | |
bool | operator== (const QQmlListIterator &a, const QQmlListIterator &b) |
bool | operator!= (const QQmlListIterator &a, const QQmlListIterator &b) |
bool | operator< (const QQmlListIterator &i, const QQmlListIterator &j) |
bool | operator>= (const QQmlListIterator &i, const QQmlListIterator &j) |
bool | operator> (const QQmlListIterator &i, const QQmlListIterator &j) |
bool | operator<= (const QQmlListIterator &i, const QQmlListIterator &j) |
QQmlListIterator | operator+ (qsizetype i, const QQmlListIterator &j) |
qsizetype | operator- (const QQmlListIterator &i, const QQmlListIterator &j) |
Definition at line 59 of file qqmllist_p.h.
using QQmlListIterator< T >::difference_type = qsizetype |
Definition at line 61 of file qqmllist_p.h.
using QQmlListIterator< T >::iterator_category = std::random_access_iterator_tag |
Definition at line 62 of file qqmllist_p.h.
using QQmlListIterator< T >::value_type = T* |
Definition at line 63 of file qqmllist_p.h.
|
default |
Referenced by QQmlListIterator< T >::operator+(), and QQmlListIterator< T >::operator-().
|
inline |
Definition at line 110 of file qqmllist_p.h.
|
inline |
Definition at line 160 of file qqmllist_p.h.
|
inline |
Definition at line 150 of file qqmllist_p.h.
References QQmlListIterator< T >::QQmlListIterator(), and j.
|
inline |
Definition at line 112 of file qqmllist_p.h.
|
inline |
Definition at line 118 of file qqmllist_p.h.
|
inline |
Definition at line 138 of file qqmllist_p.h.
References j.
|
inline |
Definition at line 155 of file qqmllist_p.h.
References QQmlListIterator< T >::QQmlListIterator(), and j.
|
inline |
Definition at line 125 of file qqmllist_p.h.
|
inline |
Definition at line 131 of file qqmllist_p.h.
|
inline |
Definition at line 144 of file qqmllist_p.h.
References j.
|
inline |
Definition at line 165 of file qqmllist_p.h.
|
friend |
Definition at line 176 of file qqmllist_p.h.
|
friend |
Definition at line 201 of file qqmllist_p.h.
|
friend |
Definition at line 206 of file qqmllist_p.h.
|
friend |
Definition at line 181 of file qqmllist_p.h.
|
friend |
Definition at line 196 of file qqmllist_p.h.
|
friend |
Definition at line 171 of file qqmllist_p.h.
|
friend |
Definition at line 191 of file qqmllist_p.h.
|
friend |
Definition at line 186 of file qqmllist_p.h.