lib

KoProperty::Set::Iterator Class Reference

#include <set.h>

List of all members.


Detailed Description

A class to iterate over a SetPrivate It behaves as a QDictIterator. To use it:.

 Set::Iterator it(set);
               for(; it.current(); ++it) { .... }
Author:
Cedric Pasteur <cedric.pasteur@free.fr>

Alexander Dymo <cloudtemple@mskat.net>

Definition at line 55 of file set.h.


Public Member Functions

 Iterator (const Set &set)
 ~Iterator ()
void operator++ ()
Propertyoperator * ()
QCString currentKey ()
Propertycurrent ()

Friends

class Set

The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys