23 #ifndef ALBUMCOVERFETCHTHREAD_H 24 #define ALBUMCOVERFETCHTHREAD_H 26 #include "Utils/Pimpl.h" 29 #include <QModelIndex> 80 bool check_album(
const QString& hash);
82 int lookups_ready()
const;
83 int queued_hashes()
const;
84 int unprocessed_hashes()
const;
97 void done(
const Hash& hash);
99 static Hash get_hash(
const Album& album);
103 #endif // ALBUMCOVERFETCHTHREAD_H void pause()
stop Stop the thread
Definition: typedefs.h:32
void add_album(const Album &album)
add_data Add a new album request
The Album class.
Definition: Album.h:39
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
This class organizes requests for new Covers for the AlbumCoverView. When looking for covers,...
Definition: AlbumCoverFetchThread.h:51
Definition: EngineUtils.h:33