Eneboo - Documentación para desarrolladores
|
#include <qptrdict.h>
Métodos públicos | |
QPtrDictIterator (const QPtrDict< type > &d) | |
~QPtrDictIterator () | |
uint | count () const |
bool | isEmpty () const |
type * | toFirst () |
operator type * () const | |
type * | current () const |
void * | currentKey () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
QPtrDictIterator (const QPtrDict< type > &d) | |
~QPtrDictIterator () | |
uint | count () const |
bool | isEmpty () const |
type * | toFirst () |
operator type * () const | |
type * | current () const |
void * | currentKey () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
QPtrDictIterator< type >::QPtrDictIterator | ( | const QPtrDict< type > & | d | ) | [inline] |
QPtrDictIterator< type >::~QPtrDictIterator | ( | ) | [inline] |
QPtrDictIterator< type >::QPtrDictIterator | ( | const QPtrDict< type > & | d | ) | [inline] |
QPtrDictIterator< type >::~QPtrDictIterator | ( | ) | [inline] |
uint QPtrDictIterator< type >::count | ( | ) | const [inline] |
uint QPtrDictIterator< type >::count | ( | ) | const [inline] |
type* QPtrDictIterator< type >::current | ( | ) | const [inline] |
type* QPtrDictIterator< type >::current | ( | ) | const [inline] |
void* QPtrDictIterator< type >::currentKey | ( | ) | const [inline] |
void* QPtrDictIterator< type >::currentKey | ( | ) | const [inline] |
bool QPtrDictIterator< type >::isEmpty | ( | void | ) | const [inline] |
bool QPtrDictIterator< type >::isEmpty | ( | void | ) | const [inline] |
QPtrDictIterator< type >::operator type * | ( | ) | const [inline] |
QPtrDictIterator< type >::operator type * | ( | ) | const [inline] |
type* QPtrDictIterator< type >::operator() | ( | void | ) | [inline] |
Moves to the next item (postfix).
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::operator() | ( | void | ) | [inline] |
Moves to the next item (postfix).
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::operator++ | ( | ) | [inline] |
Moves to the next item (prefix).
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::operator++ | ( | ) | [inline] |
Moves to the next item (prefix).
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::operator+= | ( | uint | jumps | ) | [inline] |
Moves jumps positions forward.
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::operator+= | ( | uint | jumps | ) | [inline] |
Moves jumps positions forward.
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::toFirst | ( | ) | [inline] |
Sets the iterator to point to the first item in the dictionary.
Reimplementado de QGDictIterator.
type* QPtrDictIterator< type >::toFirst | ( | ) | [inline] |
Sets the iterator to point to the first item in the dictionary.
Reimplementado de QGDictIterator.