Eneboo - Documentación para desarrolladores
|
The QGDictIterator class is an internal class for implementing QDictIterator and QIntDictIterator. Más...
#include <qgdict.h>
Métodos públicos | |
QGDictIterator (const QGDict &) | |
QGDictIterator (const QGDictIterator &) | |
QGDictIterator & | operator= (const QGDictIterator &) |
~QGDictIterator () | |
QPtrCollection::Item | toFirst () |
QPtrCollection::Item | get () const |
QString | getKeyString () const |
const char * | getKeyAscii () const |
long | getKeyInt () const |
void * | getKeyPtr () const |
QPtrCollection::Item | operator() () |
QPtrCollection::Item | operator++ () |
QPtrCollection::Item | operator+= (uint) |
QGDictIterator (const QGDict &) | |
QGDictIterator (const QGDictIterator &) | |
QGDictIterator & | operator= (const QGDictIterator &) |
~QGDictIterator () | |
QPtrCollection::Item | toFirst () |
QPtrCollection::Item | get () const |
QString | getKeyString () const |
const char * | getKeyAscii () const |
long | getKeyInt () const |
void * | getKeyPtr () const |
QPtrCollection::Item | operator() () |
QPtrCollection::Item | operator++ () |
QPtrCollection::Item | operator+= (uint) |
Atributos protegidos | |
QGDict * | dict |
Amigas | |
class | QGDict |
The QGDictIterator class is an internal class for implementing QDictIterator and QIntDictIterator.
QGDictIterator::QGDictIterator | ( | const QGDict & | d | ) |
Constructs an iterator that operates on the dictionary d.
QGDictIterator::QGDictIterator | ( | const QGDictIterator & | it | ) |
Constructs a copy of the iterator it.
QGDictIterator::~QGDictIterator | ( | ) |
Destroys the iterator.
QGDictIterator::QGDictIterator | ( | const QGDict & | ) |
QGDictIterator::QGDictIterator | ( | const QGDictIterator & | ) |
QGDictIterator::~QGDictIterator | ( | ) |
QPtrCollection::Item QGDictIterator::get | ( | void | ) | const [inline] |
QPtrCollection::Item QGDictIterator::get | ( | ) | const |
const char * QGDictIterator::getKeyAscii | ( | ) | const [inline] |
const char* QGDictIterator::getKeyAscii | ( | ) | const |
long QGDictIterator::getKeyInt | ( | ) | const |
long QGDictIterator::getKeyInt | ( | ) | const [inline] |
void* QGDictIterator::getKeyPtr | ( | ) | const |
void * QGDictIterator::getKeyPtr | ( | ) | const [inline] |
QString QGDictIterator::getKeyString | ( | ) | const [inline] |
QString QGDictIterator::getKeyString | ( | ) | const |
QPtrCollection::Item QGDictIterator::operator() | ( | void | ) |
Moves to the next item (postfix).
Reimplementado en QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QIntDictIterator< QWidget > y QIntDictIterator< QWidget >.
QPtrCollection::Item QGDictIterator::operator() | ( | ) |
QPtrCollection::Item QGDictIterator::operator++ | ( | ) |
QPtrCollection::Item QGDictIterator::operator++ | ( | ) |
Moves to the next item (prefix).
Reimplementado en QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QIntDictIterator< QWidget > y QIntDictIterator< QWidget >.
QPtrCollection::Item QGDictIterator::operator+= | ( | uint | jumps | ) |
Moves jumps positions forward.
Reimplementado en QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QIntDictIterator< QWidget > y QIntDictIterator< QWidget >.
QPtrCollection::Item QGDictIterator::operator+= | ( | uint | ) |
QGDictIterator & QGDictIterator::operator= | ( | const QGDictIterator & | it | ) |
Assigns a copy of the iterator it and returns a reference to this iterator.
QGDictIterator& QGDictIterator::operator= | ( | const QGDictIterator & | ) |
QPtrCollection::Item QGDictIterator::toFirst | ( | ) |
QPtrCollection::Item QGDictIterator::toFirst | ( | ) |
Sets the iterator to point to the first item in the dictionary.
Reimplementado en QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QAsciiDictIterator< type >, QDictIterator< type >, QIntDictIterator< type >, QPtrDictIterator< type >, QIntDictIterator< QWidget > y QIntDictIterator< QWidget >.
QGDict [friend] |
QGDict * QGDictIterator::dict [protected] |