xbmc
Public Member Functions | Protected Attributes | List of all members
MUSIC_GRABBER::CMusicAlbumInfo Class Reference
Collaboration diagram for MUSIC_GRABBER::CMusicAlbumInfo:
Collaboration graph
[legend]

Public Member Functions

 CMusicAlbumInfo (const std::string &strAlbumInfo, const CScraperUrl &strAlbumURL)
 
 CMusicAlbumInfo (const std::string &strAlbum, const std::string &strArtist, const std::string &strAlbumInfo, const CScraperUrl &strAlbumURL)
 
bool Loaded () const
 
void SetLoaded (bool bLoaded)
 
const CAlbumGetAlbum () const
 
CAlbumGetAlbum ()
 
void SetAlbum (CAlbum &album)
 
const std::string & GetTitle2 () const
 
void SetTitle (const std::string &strTitle)
 
const CScraperUrlGetAlbumURL () const
 
float GetRelevance () const
 
void SetRelevance (float relevance)
 
bool Load (XFILE::CCurlFile &http, const ADDON::ScraperPtr &scraper)
 

Protected Attributes

bool m_bLoaded = false
 
CAlbum m_album
 
float m_relevance = -1
 
std::string m_strTitle2
 
CScraperUrl m_albumURL
 

The documentation for this class was generated from the following files: