#include <qptrdict.h>
Public Member Functions | |
QPtrDictIterator (const QPtrDict< type > &d) | |
const keytype & | currentKey () const |
uint | count () const |
bool | isEmpty () const |
type * | toFirst () |
operator type * () const | |
type * | operator* () |
type * | current () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
Protected Member Functions | |
type * | retptr () const |
const keytype& FX::QDictBaseIterator< keytype, type >::currentKey | ( | ) | const [inline, inherited] |
Returns the key associated with what this iterator points to.
uint FX::QDictBaseIterator< keytype, type >::count | ( | ) | const [inline, inherited] |
Returns the number of items in the list this iterator references.
bool FX::QDictBaseIterator< keytype, type >::isEmpty | ( | ) | const [inline, inherited] |
Returns true if the list this iterator references is empty.
type* FX::QDictBaseIterator< keytype, type >::toFirst | ( | ) | [inline, inherited] |
Sets the iterator to point to the first item in the list, then returns that item.
FX::QDictBaseIterator< keytype, type >::operator type * | ( | ) | const [inline, inherited] |
Returns what the iterator points to.
type* FX::QDictBaseIterator< keytype, type >::operator* | ( | ) | [inline, inherited] |
Returns what the iterator points to.
type* FX::QDictBaseIterator< keytype, type >::current | ( | ) | const [inline, inherited] |
Returns the item this iterator points to.
type* FX::QDictBaseIterator< keytype, type >::operator() | ( | ) | [inline, inherited] |
Returns the item this iterator points to.
type* FX::QDictBaseIterator< keytype, type >::operator++ | ( | ) | [inline, inherited] |
Increments the iterator.
type* FX::QDictBaseIterator< keytype, type >::operator+= | ( | uint | j | ) | [inline, inherited] |