![]() |
digiKam
|
#include <coredbfields.h>
Public Member Functions | |
bool | atEnd () const |
DatabaseFieldsEnumIterator ()=default | |
FieldName | operator* () const |
void | operator++ () |
You can iterate over each of the Enumerations defined above: ImagesIterator, ImageMetadataIterator etc. for (ImagesIterator it ; !it.atEnd() ; ++it) {...}
|
default |
|
inline |
|
inline |
|
inline |