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