digikam
Digikam::AlbumIterator Class Reference
#include <album.h>
Detailed Description
Iterate over all children of this Album.
- Note:
- It will not include the specified album
AlbumIterator it(album); while ( it.current() ) { DDebug() << "Album: " << it.current()->title() << endl; ++it; }
- Warning:
- Do not delete albums using this iterator.
Definition at line 465 of file album.h.
Public Member Functions | |
| AlbumIterator (Album *album) | |
| Album * | current () const |
| Album * | operator * () |
| AlbumIterator & | operator++ () |
| ~AlbumIterator () | |
Constructor & Destructor Documentation
Member Function Documentation
| AlbumIterator & Digikam::AlbumIterator::operator++ | ( | ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference