![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "ialbumartprovider.h"
Public Types | |
| using | Result_t = LC::Util::Either<QString, QList<QUrl>> |
Public Attributes | |
| QString | ServiceName_ |
| The human-readable name of the service, like "Last.FM". | |
| Result_t | Result_ |
| The result of an album art search query. | |
Definition at line 60 of file ialbumartprovider.h.
| using Media::IAlbumArtProvider::AlbumArtResponse::Result_t = LC::Util::Either<QString, QList<QUrl>> |
Definition at line 66 of file ialbumartprovider.h.
| Result_t Media::IAlbumArtProvider::AlbumArtResponse::Result_ |
The result of an album art search query.
The result of an album art search query is either a string with a human-readable error text, or a list of URLs matching the album art.
Definition at line 73 of file ialbumartprovider.h.
| QString Media::IAlbumArtProvider::AlbumArtResponse::ServiceName_ |
The human-readable name of the service, like "Last.FM".
Definition at line 64 of file ialbumartprovider.h.