lib

KoProperty::Set::Iterator Class Reference

#include <set.h>

List of all members.


Detailed Description

A class to iterate over a Set. It behaves like a QDictIterator. To use it:.

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

Alexander Dymo <cloudtemple@mskat.net>

Definition at line 51 of file set.h.


Public Member Functions

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

Friends

class Set

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