digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
Loading...
Searching...
No Matches
Digikam::ItemChangeHint Class Reference

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
 
ItemChangeHintoperator<< (const QDBusArgument &argument)
 
const ItemChangeHintoperator>> (QDBusArgument &argument) const
 

Protected Attributes

QList< qlonglong > m_ids
 
ChangeType m_type = ItemModified
 

Member Enumeration Documentation

◆ ChangeType

Enumerator
ItemModified 

treat as if modification date changed

ItemRescan 

reread metadata