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