lib
KoProperty::Set::Iterator Class Reference
#include <set.h>
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) { .... }
Definition at line 51 of file set.h.
Public Member Functions | |
Iterator (const Set &set) | |
~Iterator () | |
void | operator++ () |
Property * | operator * () const |
QCString | currentKey () const |
Property * | current () const |
Friends | |
class | Set |
The documentation for this class was generated from the following files: