29 #ifndef COVERLOOKUP_H_ 30 #define COVERLOOKUP_H_ 32 #include "AbstractCoverLookup.h" 33 #include "Utils/Pimpl.h" 54 Lookup(QObject* parent=
nullptr,
int n_covers=1);
86 bool start_new_thread(
const Location& cl);
94 void cover_found(
const QString& cover_path);
The CoverLookup class.
Definition: CoverLookup.h:45
std::shared_ptr< Lookup > LookupPtr
CoverLookupPtr.
Definition: CoverLookup.h:106
The CoverLookupInterface class.
Definition: AbstractCoverLookup.h:34
bool fetch_album_cover(const Album &album, bool also_www=true)
uses CoverLocation(const Album& album)
bool fetch_cover(const Location &cl, bool also_www=true)
fetches cover for a CoverLocation.
The CoverLocation class.
Definition: CoverLocation.h:41
void stop() override
not implemented
The Album class.
Definition: Album.h:38
Definition: SomaFMStation.h:33