|
|
| QCacheIterator (const QCache< type > &c) |
| |
|
| QCacheIterator (const QCacheIterator< type > &ci) |
| |
|
QCacheIterator< type > & | operator= (const QCacheIterator< type > &ci) |
| |
|
uint | count () const |
| |
|
bool | isEmpty () const |
| |
|
bool | atFirst () const |
| |
|
bool | atLast () const |
| |
|
type * | toFirst () |
| |
|
type * | toLast () |
| |
|
| operator type * () const |
| |
|
type * | current () const |
| |
|
const char * | currentKey () const |
| |
|
type * | operator() () |
| |
|
type * | operator++ () |
| |
|
type * | operator+= (uint j) |
| |
|
type * | operator-- () |
| |
|
type * | operator-= (uint j) |
| |
|
|
| QGCacheIterator (const QGCache &) |
| |
|
| QGCacheIterator (const QGCacheIterator &) |
| |
|
QGCacheIterator & | operator= (const QGCacheIterator &) |
| |
|
uint | count () const |
| |
|
bool | atFirst () const |
| |
|
bool | atLast () const |
| |
|
QCollection::Item | toFirst () |
| |
|
QCollection::Item | toLast () |
| |
|
QCollection::Item | get () const |
| |
|
QString | getKeyString () const |
| |
|
const char * | getKeyAscii () const |
| |
|
intptr_t | getKeyInt () const |
| |
|
QCollection::Item | operator() () |
| |
|
QCollection::Item | operator++ () |
| |
|
QCollection::Item | operator+= (uint) |
| |
|
QCollection::Item | operator-- () |
| |
|
QCollection::Item | operator-= (uint) |
| |
|
QCListIt * | it |
| |
The documentation for this class was generated from the following file: