|
Discman
|
#include <algorithm>#include <cctype>#include <string>#include <sstream>#include <curlpp/Easy.hpp>#include <curlpp/Options.hpp>#include <curlpp/cURLpp.hpp>#include <glibmm.h>#include <giomm/memoryinputstream.h>#include <gdkmm/pixbuf.h>

Go to the source code of this file.
Classes | |
| class | AlbumArtProvider |
| Abstracts web services that provide album art images. More... | |
| struct | AlbumArtProvider::InitializationFailed |
| Thrown when the provider cannot be reached. More... | |
| struct | AlbumArtProvider::NotFoundException |
| Thrown when the provider cannot find album art images. More... | |
| struct | AlbumArtProvider::AlbumArt |
| An album art image and its URL. More... | |
Definition in file album_art_provider.h.