29 #ifndef COVERLOOKUP_H_ 30 #define COVERLOOKUP_H_ 32 #include "AbstractCoverLookup.h" 33 #include "Utils/Pimpl.h" 57 Lookup(QObject* parent=
nullptr,
int n_covers=1);
75 bool is_thread_running()
const;
77 void set_user_data(
void* data);
78 void* take_user_data();
88 bool start_new_thread(
const Location& cl);
90 bool add_new_cover(
const QPixmap& pm,
const QString& hash);
91 bool add_new_cover(
const QPixmap& pm);
99 void cover_found(
int idx);
The CoverLookup class.
Definition: CoverLookup.h:48
std::shared_ptr< Lookup > LookupPtr
CoverLookupPtr.
Definition: CoverLookup.h:111
The CoverLookupInterface class.
Definition: AbstractCoverLookup.h:35
bool fetch_cover(const Location &cl, bool also_www=true)
fetches cover for a CoverLocation.
The CoverLocation class.
Definition: CoverLocation.h:43
void stop() override
not implemented
The Album class.
Definition: Album.h:38
Definition: SomaFMStation.h:33
Definition: org_mpris_media_player2_adaptor.h:20