xbmc
|
Public Member Functions | |
CMusicArtistInfo (const std::string &strArtist, const CScraperUrl &strArtistURL) | |
bool | Loaded () const |
void | SetLoaded () |
void | SetArtist (const CArtist &artist) |
const CArtist & | GetArtist () const |
CArtist & | GetArtist () |
const CScraperUrl & | GetArtistURL () const |
bool | Load (XFILE::CCurlFile &http, const ADDON::ScraperPtr &scraper, const std::string &strSearch) |
Protected Attributes | |
CArtist | m_artist |
CScraperUrl | m_artistURL |
bool | m_bLoaded = false |