![]() |
Sayonara Player
|
#include <CoverLookup.h>
The CoverLookup class.
Signals | |
| void | sig_cover_found (const QPixmap &pm) |
| void | sig_finished (bool success) |
| void | sig_started () |
Public Member Functions | |
| Lookup (QObject *parent=nullptr, int n_covers=1) | |
| bool | fetch_cover (const Location &cl, bool also_www=true) |
| fetches cover for a CoverLocation. More... | |
| void | stop () override |
| not implemented | |
| bool | is_thread_running () const |
| void | set_user_data (void *data) |
| void * | take_user_data () |
| QList< QPixmap > | pixmaps () const |
| bool Cover::Lookup::fetch_cover | ( | const Location & | cl, |
| bool | also_www = true |
||
| ) |
fetches cover for a CoverLocation.
| cl | CoverLocation of interest |
1.8.14