35 class AlternativeLookup :
39 PIMPL(AlternativeLookup)
43 void sigCoverfetchersChanged();
49 AlternativeLookup(
const Cover::Location& coverLocation,
int n_covers,
bool silent, QObject* parent);
50 ~AlternativeLookup()
override;
53 void start(
const QString& cover_fetcher_identifier);
55 void startTextSearch(
const QString& search_term);
56 void startTextSearch(
const QString& search_term,
const QString& cover_fetcher_identifier);
61 bool save(
const QPixmap& pm,
bool save_to_library);
62 bool isRunning()
const;
78 QStringList activeCoverfetchers(SearchMode mode)
const;
82 void finished(
bool success);
83 void coverFound(
const QPixmap& pm);
84 void coverfetchersChanged();