![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | Column { REFERENCE_IMAGE = 0 , REFERENCE_DATE = 1 , REFERENCE_ALBUM = 2 , RESULT_COUNT = 3 , AVG_SIMILARITY = 4 } |
Public Member Functions | |
FindDuplicatesAlbumItem (QTreeWidget *const parent, SAlbum *const album) | |
SAlbum * | album () const |
void | calculateInfos (const QList< qlonglong > &deletedImages=QList< qlonglong >()) |
Calculates the duplicates count and average similarity. | |
QList< ItemInfo > | duplicatedItems () |
bool | hasValidThumbnail () const |
int | itemCount () const |
Returns the item count. | |
bool | operator< (const QTreeWidgetItem &other) const override |
QUrl | refUrl () const |
void | setThumb (const QPixmap &pix, bool hasThumb=true) |