Home
last modified time | relevance | path

Searched refs:AlbumCoverFetched (Results 1 – 17 of 17) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/covers/
H A Dalbumcoverfetcher.cpp105 connect(search, SIGNAL(AlbumCoverFetched(quint64, const QImage&)), in StartRequests()
127 emit AlbumCoverFetched(request_id, image, search->statistics()); in SingleCoverFetched() local
H A Dalbumcoverfetchersearch.cpp133 emit AlbumCoverFetched(request_.id, QImage()); in AllProvidersFinished() local
251 emit AlbumCoverFetched(request_.id, image); in SendBestImage() local
H A Dalbumcoverfetchersearch.h59 void AlbumCoverFetched(quint64, const QImage& cover);
H A Dalbumcoverfetcher.h100 void AlbumCoverFetched(quint64, const QImage& cover, in Q_DECLARE_METATYPE()
/dports/audio/strawberry/strawberry-1.0.0/src/covermanager/
H A Dalbumcoverfetcher.cpp137 …QObject::connect(search, &AlbumCoverFetcherSearch::AlbumCoverFetched, this, &AlbumCoverFetcher::Si… in StartRequests()
160 emit AlbumCoverFetched(request_id, result, search->statistics()); in SingleCoverFetched() local
H A Dalbumcoverfetchersearch.h72 void AlbumCoverFetched(const quint64, AlbumCoverImageResult result);
H A Dalbumcoverfetcher.h121 …void AlbumCoverFetched(quint64 request_id, AlbumCoverImageResult result, CoverSearchStatistics sta…
H A Dalbumcoverfetchersearch.cpp263 emit AlbumCoverFetched(request_.id, AlbumCoverImageResult()); in AllProvidersFinished() local
409 emit AlbumCoverFetched(request_.id, result); in SendBestImage() local
H A Dalbumcoverchoicecontroller.h156 …void AlbumCoverFetched(const quint64 id, const AlbumCoverImageResult &result, const CoverSearchSta…
H A Dalbumcovermanager.h159 …void AlbumCoverFetched(const quint64 id, const AlbumCoverImageResult &result, const CoverSearchSta…
H A Dalbumcoverchoicecontroller.cpp138 …nect(cover_fetcher_, &AlbumCoverFetcher::AlbumCoverFetched, this, &AlbumCoverChoiceController::Alb… in Init()
515 void AlbumCoverChoiceController::AlbumCoverFetched(const quint64 id, const AlbumCoverImageResult &r… in AlbumCoverFetched() function in AlbumCoverChoiceController
H A Dalbumcovermanager.cpp218 …:connect(cover_fetcher_, &AlbumCoverFetcher::AlbumCoverFetched, this, &AlbumCoverManager::AlbumCov… in Init()
551 void AlbumCoverManager::AlbumCoverFetched(const quint64 id, const AlbumCoverImageResult &result, co… in AlbumCoverFetched() function in AlbumCoverManager
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/ui/
H A Dalbumcoverchoicecontroller.cpp95 SIGNAL(AlbumCoverFetched(quint64, QImage, CoverSearchStatistics)), in SetApplication()
97 SLOT(AlbumCoverFetched(quint64, QImage, CoverSearchStatistics))); in SetApplication()
284 void AlbumCoverChoiceController::AlbumCoverFetched( in AlbumCoverFetched() function in AlbumCoverChoiceController
H A Dalbumcoverchoicecontroller.h121 void AlbumCoverFetched(quint64 id, const QImage& image,
H A Dalbumcovermanager.h86 void AlbumCoverFetched(quint64 id, const QImage& image,
H A Dalbumcovermanager.cpp181 SIGNAL(AlbumCoverFetched(quint64, QImage, CoverSearchStatistics)), in Init()
182 SLOT(AlbumCoverFetched(quint64, QImage, CoverSearchStatistics))); in Init()
450 void AlbumCoverManager::AlbumCoverFetched( in AlbumCoverFetched() function in AlbumCoverManager
/dports/audio/clementine-player/Clementine-1.4.0rc1/tests/
H A Dalbumcoverfetcher_test.cpp75 QSignalSpy spy(&fetcher, SIGNAL(AlbumCoverFetched(quint64, const QImage&))); in TEST_F()