 |
Sayonara Player
|
29 #ifndef COVERFETCHTHREAD_H_
30 #define COVERFETCHTHREAD_H_
33 #include "Utils/Pimpl.h"
94 QString
url(
int idx)
const;
95 QPixmap pixmap(
int idx)
const;
96 int found_images()
const;
105 void single_image_fetched();
112 void multi_image_fetched();
118 void content_fetched();
121 void emit_finished(
bool success);
void sig_cover_found(int idx)
emitted, when covers has been found
Asynchgronous web access class.
Definition: AsyncWebAccess.h:35
The CoverFetchThread class, This is not a real QThread class, but behaves like one because of AsyncWe...
Definition: CoverFetchThread.h:47
QString url(int idx) const
Google, Amazon, Last.Fm.
bool fetch_next_cover()
fetch next cover
The CoverLocation class.
Definition: CoverLocation.h:42
void stop()
stops the current search
bool start()
start fetching covers, if the url does not contain "google", a direct link to an image is assumed and...
void sig_finished(bool b)
emitted, when thread has finished