![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Member Functions | |
ImageChangeset ()=default | |
An ImageChangeset covers adding or changing any properties of an image. | |
ImageChangeset (const QList< qlonglong > &ids, const DatabaseFields::Set &changes) | |
ImageChangeset (qlonglong id, const DatabaseFields::Set &changes) | |
DatabaseFields::Set | changes () const |
bool | containsImage (qlonglong id) const |
QList< qlonglong > | ids () const |
ImageChangeset & | operator<< (const QDBusArgument &argument) |
const ImageChangeset & | operator>> (QDBusArgument &argument) const |
|
default |
It is described by a list of affected image ids, and a set of affected database fields. There is no guarantee that information in the database has actually been changed.