![]() |
Carousel
|
Inherits QList< TItem >::const_iterator.
Public Member Functions | |
const_iterator (const typename QList< TItem >::const_iterator &other) | |
![]() | |
const_iterator (const const_iterator &other) | |
const_iterator (const iterator &other) | |
bool | operator!= (const const_iterator &other) const |
const T & | operator* () const |
const_iterator | operator+ (int j) const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (int j) |
const_iterator | operator- (int j) const |
int | operator- (const_iterator other) const |
const_iterator | operator-- (int) |
const_iterator & | operator-- () |
const_iterator & | operator-= (int j) |
const T * | operator-> () const |
bool | operator< (const const_iterator &other) const |
bool | operator<= (const const_iterator &other) const |
bool | operator== (const const_iterator &other) const |
bool | operator> (const const_iterator &other) const |
bool | operator>= (const const_iterator &other) const |
const T & | operator[] (int j) const |
Additional Inherited Members | |
![]() | |
typedef | iterator_category |