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