|
| ItemCopyMoveHint ()=default |
| An ItemCopyMoveHint describes a list of existing items that will be copied, moved or renamed to an album given by album root id and album id.
|
|
| ItemCopyMoveHint (const QList< qlonglong > &srcIds, int dstAlbumRootId, int albumId, const QStringList &dstNames) |
|
int | albumIdDst () const |
|
int | albumRootIdDst () const |
|
CollectionScannerHints::Album | dst () const |
|
QString | dstName (qlonglong id) const |
|
QStringList | dstNames () const |
|
bool | isDstAlbum (int albumRootId, int albumId) const |
|
bool | isSrcId (qlonglong id) const |
|
| operator const CollectionScannerHints::Album & () const |
|
ItemCopyMoveHint & | operator<< (const QDBusArgument &argument) |
|
bool | operator== (const CollectionScannerHints::Album &dst) const |
|
const ItemCopyMoveHint & | operator>> (QDBusArgument &argument) const |
|
QList< qlonglong > | srcIds () const |
|