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