 |
Sayonara Player
|
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
void addAlbum(const Album &album)
add_data Add a new album request
Definition: typedefs.h:32
void stop()
stop Stop the thread
The Album class.
Definition: Album.h:41
Definition: EngineUtils.h:33
bool checkAlbum(const QString &hash)
check if album is already processed or about to be processed in the future
This class organizes requests for new Covers for the AlbumCoverView. When looking for covers,...
Definition: AlbumCoverFetchThread.h:50
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31