Eneboo - Documentación para desarrolladores
|
The QGCacheIterator class is an internal class for implementing QCacheIterator and QIntCacheIterator. Más...
#include <qgcache.h>
The QGCacheIterator class is an internal class for implementing QCacheIterator and QIntCacheIterator.
QGCacheIterator::QGCacheIterator | ( | const QGCache & | c | ) | [protected] |
Constructs an iterator that operates on the cache c.
QGCacheIterator::QGCacheIterator | ( | const QGCacheIterator & | ci | ) | [protected] |
Constructs an iterator that operates on the same cache as ci.
QGCacheIterator::~QGCacheIterator | ( | ) | [protected] |
Destroys the iterator.
QGCacheIterator::QGCacheIterator | ( | const QGCache & | ) | [protected] |
QGCacheIterator::QGCacheIterator | ( | const QGCacheIterator & | ) | [protected] |
QGCacheIterator::~QGCacheIterator | ( | ) | [protected] |
bool QGCacheIterator::atFirst | ( | ) | const [protected] |
Returns TRUE if the iterator points to the first item.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
bool QGCacheIterator::atFirst | ( | ) | const [protected] |
bool QGCacheIterator::atLast | ( | ) | const [protected] |
Returns TRUE if the iterator points to the last item.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
bool QGCacheIterator::atLast | ( | ) | const [protected] |
uint QGCacheIterator::count | ( | ) | const [protected] |
uint QGCacheIterator::count | ( | ) | const [protected] |
Returns the number of items in the cache.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::get | ( | ) | const [protected] |
QPtrCollection::Item QGCacheIterator::get | ( | void | ) | const [protected] |
Returns the current item.
const char * QGCacheIterator::getKeyAscii | ( | ) | const [protected] |
Returns the key of the current item, as a \0-terminated C string.
const char* QGCacheIterator::getKeyAscii | ( | ) | const [protected] |
long QGCacheIterator::getKeyInt | ( | ) | const [protected] |
Returns the key of the current item, as a long.
long QGCacheIterator::getKeyInt | ( | ) | const [protected] |
QString QGCacheIterator::getKeyString | ( | ) | const [protected] |
Returns the key of the current item.
QString QGCacheIterator::getKeyString | ( | ) | const [protected] |
QPtrCollection::Item QGCacheIterator::operator() | ( | void | ) | [protected] |
Moves to the next item (postfix).
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::operator() | ( | ) | [protected] |
QPtrCollection::Item QGCacheIterator::operator++ | ( | ) | [protected] |
Moves to the next item (prefix).
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::operator++ | ( | ) | [protected] |
QPtrCollection::Item QGCacheIterator::operator+= | ( | uint | ) | [protected] |
QPtrCollection::Item QGCacheIterator::operator+= | ( | uint | jump | ) | [protected] |
Moves jump positions forward.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::operator-- | ( | ) | [protected] |
Moves to the previous item (prefix).
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::operator-- | ( | ) | [protected] |
QPtrCollection::Item QGCacheIterator::operator-= | ( | uint | jump | ) | [protected] |
Moves jump positions backward.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::operator-= | ( | uint | ) | [protected] |
QGCacheIterator & QGCacheIterator::operator= | ( | const QGCacheIterator & | ci | ) | [protected] |
Assigns the iterator ci to this cache iterator.
QGCacheIterator& QGCacheIterator::operator= | ( | const QGCacheIterator & | ) | [protected] |
QPtrCollection::Item QGCacheIterator::toFirst | ( | ) | [protected] |
QPtrCollection::Item QGCacheIterator::toFirst | ( | ) | [protected] |
Sets the list iterator to point to the first item in the cache.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::toLast | ( | ) | [protected] |
Sets the list iterator to point to the last item in the cache.
Reimplementado en QAsciiCacheIterator< type >, QCacheIterator< type >, QIntCacheIterator< type >, QAsciiCacheIterator< type >, QCacheIterator< type > y QIntCacheIterator< type >.
QPtrCollection::Item QGCacheIterator::toLast | ( | ) | [protected] |
QCListIt * QGCacheIterator::it [protected] |