21#ifndef COVERLOOKUPALTERNATIVE_H
22#define COVERLOOKUPALTERNATIVE_H
24#include "AbstractCoverLookup.h"
25#include "Utils/Pimpl.h"
43 void sigCoverfetchersChanged();
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();
The CoverLookupAlternative class.
Definition: CoverLookupAlternative.h:37
bool isSilent() const
silent results that the cover is not stored productively. The AlternativeCoverFetcher will save the c...
Definition: CoverLocation.h:39
The CoverLookupInterface class.
Definition: AbstractCoverLookup.h:39