29 #ifndef COVERFETCHTHREAD_H_ 30 #define COVERFETCHTHREAD_H_ 33 #include "Utils/Pimpl.h" 91 QPixmap pixmap(
int idx)
const;
100 void single_image_fetched();
107 void multi_image_fetched();
113 void content_fetched();
The CoverFetchThread class, This is not a real QThread class, but behaves like one because of AsyncWe...
Definition: CoverFetchThread.h:48
void sig_finished(bool b)
emitted, when thread has finished
void stop()
stops the current search
The CoverLocation class.
Definition: CoverLocation.h:43
bool more()
fetch next cover
bool start()
start fetching covers, if the url does not contain "google", a direct link to an image is assumed and...
Asynchgronous web access class.
Definition: AsyncWebAccess.h:38
void sig_cover_found(int idx)
emitted, when covers has been found
Definition: SomaFMStation.h:33