![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Public Types | |
enum | ChangeType { ItemModified , ItemRescan } |
An ItemCopyMoveHint describes a list of existing items that should be updated although the modification date may not have changed. More... | |
Public Member Functions | |
ItemChangeHint (const QList< qlonglong > &srcIds, ChangeType type=ItemModified) | |
ChangeType | changeType () const |
QList< qlonglong > | ids () const |
bool | isId (qlonglong id) const |
bool | isModified () const |
bool | needsRescan () const |
ItemChangeHint & | operator<< (const QDBusArgument &argument) |
const ItemChangeHint & | operator>> (QDBusArgument &argument) const |
Protected Attributes | |
QList< qlonglong > | m_ids |
ChangeType | m_type = ItemModified |