QGDictIterator - An internal class for implementing
#include <qgdict.h>
Inherited by QAsciiDictIterator, QDictIterator,
QIntDictIterator and QPtrDictIterator.
Public Members
QGDictIterator ( const QGDict & ) (internal)
QGDictIterator ( const QGDictIterator & ) (internal)
QGDictIterator& operator= ( const QGDictIterator & )
(internal)
~QGDictIterator () (internal)
QCollection::Item toFirst () (internal)
QCollection::Item get () const
QString getKeyString () const
const char* getKeyAscii () const
long getKeyInt () const
void* getKeyPtr () const
QCollection::Item operator ()() (internal)
QCollection::Item operator++ () (internal)
QCollection::Item operator+= ( uint ) (internal)
DESCRIPTION
An internal class for implementing QDictIterator and
QIntDictIterator.
QGDictIterator is a strictly internal class that does the
heavy work for QDictIterator and QIntDictIterator.
MEMBER FUNCTION DOCUMENTATION
QCollection::Item QGDictIterator::get() const
For internal use only.
const char * QGDictIterator::getKeyAscii () const
For internal use only.
long QGDictIterator::getKeyInt () const
For internal use only.
void * QGDictIterator::getKeyPtr () const
For internal use only.
QString QGDictIterator::getKeyString () const
For internal use only.
QGDictIterator::QGDictIterator ( const QGDict & d )
For internal use only.
QGDictIterator::QGDictIterator ( const QGDictIterator & it )
For internal use only.
For internal use only.
QCollection::Item QGDictIterator::operator()()
For internal use only.
QCollection::Item QGDictIterator::operator++()
For internal use only.
QCollection::Item QGDictIterator::operator+=( uint jumps )
For internal use only.
QGDictIterator & QGDictIterator::operator= ( const QGDictIterator
& it )
For internal use only.
QCollection::Item QGDictIterator::toFirst()
For internal use only.
SEE ALSO
http://doc.trolltech.com/qgdictiterator.html
http://www.trolltech.com/faq/tech.html
COPYRIGHT
Copyright 1992-2001 Trolltech AS,
http://www.trolltech.com. See the license file included
in the distribution for a complete license statement.
AUTHOR
Generated automatically from the source code.
BUGS
If you find a bug in Qt, please report it as described in
http://doc.trolltech.com/bughowto.html. Good bug reports
make our job much simpler. Thank you.
In case of content or formattting problems with this
manual page, please report them to qt-bugs@trolltech.com.
Please include the name of the manual page
(qgdictiterator.3qt) and the Qt version (2.3.1).
Man(1) output converted with
man2html