lib
KoProperty::Set::Iterator Class Reference
#include <set.h>
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++ () |
Property * | operator * () |
QCString | currentKey () |
Property * | current () |
Friends | |
class | Set |
The documentation for this class was generated from the following files: