21 #ifndef ALBUMCOVERFETCHTHREAD_H 22 #define ALBUMCOVERFETCHTHREAD_H 24 #include "Utils/Pimpl.h" 27 #include <QModelIndex> 86 int lookupsReady()
const;
87 int queuedHashes()
const;
88 int unprocessedHashes()
const;
97 void removeHash(
const Hash& hash);
99 static Hash getHash(
const Album& album);
103 #endif // ALBUMCOVERFETCHTHREAD_H bool checkAlbum(const QString &hash)
check if album is already processed or about to be processed in the future
Definition: typedefs.h:32
void addAlbum(const Album &album)
add_data Add a new album request
The Album class.
Definition: Album.h:39
void stop()
stop Stop the thread
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30
This class organizes requests for new Covers for the AlbumCoverView. When looking for covers,...
Definition: AlbumCoverFetchThread.h:49
Definition: EngineUtils.h:33