|
| AlbumCopyMoveHint ()=default |
| An AlbumCopyMoveHint describes an existing album and a destination to which this album is expected to be copied, moved or renamed.
|
|
| AlbumCopyMoveHint (int srcAlbumRootId, int srcAlbum, int dstAlbumRootId, const QString &dstRelativePath) |
|
int | albumIdSrc () const |
|
int | albumRootIdDst () const |
|
int | albumRootIdSrc () const |
|
CollectionScannerHints::DstPath | dst () const |
|
bool | isDstAlbum (int albumRootId, const QString &relativePath) const |
|
bool | isSrcAlbum (int albumRootId, int albumId) const |
|
| operator const CollectionScannerHints::Album & () const |
|
| operator const CollectionScannerHints::DstPath & () const |
|
AlbumCopyMoveHint & | operator<< (const QDBusArgument &argument) |
|
bool | operator== (const CollectionScannerHints::Album &src) const |
|
bool | operator== (const CollectionScannerHints::DstPath &dst) const |
|
const AlbumCopyMoveHint & | operator>> (QDBusArgument &argument) const |
|
QT_HASH_TYPE | qHash () const |
|
QString | relativePathDst () const |
|
CollectionScannerHints::Album | src () const |
|