digiKam
Digikam::ImageChangeset Class Reference

Public Member Functions

DatabaseFields::Set changes () const
 
bool containsImage (qlonglong id) const
 
QList< qlonglong > ids () const
 
 ImageChangeset ()
 
 ImageChangeset (const QList< qlonglong > &ids, const DatabaseFields::Set &changes)
 
 ImageChangeset (qlonglong id, const DatabaseFields::Set &changes)
 

Constructor & Destructor Documentation

◆ ImageChangeset() [1/3]

Digikam::ImageChangeset::ImageChangeset ( )

An ImageChangeset covers adding or changing any properties of an image. 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.

◆ ImageChangeset() [2/3]

Digikam::ImageChangeset::ImageChangeset ( const QList< qlonglong > &  ids,
const DatabaseFields::Set changes 
)

◆ ImageChangeset() [3/3]

Digikam::ImageChangeset::ImageChangeset ( qlonglong  id,
const DatabaseFields::Set changes 
)

Member Function Documentation

◆ changes()

◆ containsImage()

bool Digikam::ImageChangeset::containsImage ( qlonglong  id) const

◆ ids()


The documentation for this class was generated from the following files: