|
libmusicbrainz4
4.0.3
|
Public Member Functions | |
| CArtist (const XMLNode &Node=XMLNode::emptyNode()) | |
| CArtist (const CArtist &Other) | |
| CArtist & | operator= (const CArtist &Other) |
| virtual | ~CArtist () |
| virtual CArtist * | Clone () |
| std::string | ID () const |
| std::string | Type () const |
| std::string | Name () const |
| std::string | SortName () const |
| std::string | Gender () const |
| std::string | Country () const |
| std::string | Disambiguation () const |
| std::string | IPI () const |
| CIPIList * | IPIList () const |
| CLifespan * | Lifespan () const |
| CAliasList * | AliasList () const |
| CRecordingList * | RecordingList () const |
| CReleaseList * | ReleaseList () const |
| CReleaseGroupList * | ReleaseGroupList () const |
| CLabelList * | LabelList () const |
| CWorkList * | WorkList () const |
| CRelationList * | RelationList () const |
| CRelationListList * | RelationListList () const |
| CTagList * | TagList () const |
| CUserTagList * | UserTagList () const |
| CRating * | Rating () const |
| CUserRating * | UserRating () const |
| virtual std::ostream & | Serialise (std::ostream &os) const |
Public Member Functions inherited from MusicBrainz4::CEntity | |
| CEntity () | |
| CEntity (const CEntity &Other) | |
| CEntity & | operator= (const CEntity &Other) |
| virtual | ~CEntity () |
| void | Parse (const XMLNode &Node) |
| std::map< std::string, std::string > | ExtAttributes () const |
| std::map< std::string, std::string > | ExtElements () const |
Static Public Member Functions | |
| static std::string | GetElementName () |
Protected Member Functions | |
| virtual void | ParseAttribute (const std::string &Name, const std::string &Value) |
| virtual void | ParseElement (const XMLNode &Node) |
Protected Member Functions inherited from MusicBrainz4::CEntity | |
| void | ProcessRelationList (const XMLNode &Node, CRelationListList *&RetVal) |
| template<typename T > | |
| void | ProcessItem (const XMLNode &Node, T *&RetVal) |
| template<class T > | |
| void | ProcessItem (const XMLNode &Node, T &RetVal) |
| template<typename T > | |
| void | ProcessItem (const std::string &Text, T &RetVal) |
| void | ProcessItem (const XMLNode &Node, std::string &RetVal) |
| MusicBrainz4::CArtist::CArtist | ( | const XMLNode & | Node = XMLNode::emptyNode() | ) |
| MusicBrainz4::CArtist::CArtist | ( | const CArtist & | Other | ) |
|
virtual |
| CAliasList* MusicBrainz4::CArtist::AliasList | ( | ) | const |
|
virtual |
Implements MusicBrainz4::CEntity.
| std::string MusicBrainz4::CArtist::Country | ( | ) | const |
| std::string MusicBrainz4::CArtist::Disambiguation | ( | ) | const |
| std::string MusicBrainz4::CArtist::Gender | ( | ) | const |
|
static |
Reimplemented from MusicBrainz4::CEntity.
| std::string MusicBrainz4::CArtist::ID | ( | ) | const |
| std::string MusicBrainz4::CArtist::IPI | ( | ) | const |
Returns one of the IPIs for this artist. To return all
IPIs, see MusicBrainz4::CArtist::IPIList
<b>This method is deprecated, please use MusicBrainz4::CArtist::IPIList</b>
@return One of the IPIs for this artist
| CIPIList* MusicBrainz4::CArtist::IPIList | ( | ) | const |
| CLabelList* MusicBrainz4::CArtist::LabelList | ( | ) | const |
| CLifespan* MusicBrainz4::CArtist::Lifespan | ( | ) | const |
| std::string MusicBrainz4::CArtist::Name | ( | ) | const |
|
protectedvirtual |
Implements MusicBrainz4::CEntity.
|
protectedvirtual |
Implements MusicBrainz4::CEntity.
| CRating* MusicBrainz4::CArtist::Rating | ( | ) | const |
| CRecordingList* MusicBrainz4::CArtist::RecordingList | ( | ) | const |
| CRelationList* MusicBrainz4::CArtist::RelationList | ( | ) | const |
Returns the <b>last</b> relation list for this artist. To return all
relation lists, see MusicBrainz4::CArtist::RelationListList
<b>This method is deprecated, please use MusicBrainz4::CArtist::RelationListList</b>
@return The <b>last</b> relation list for this artist
| CRelationListList* MusicBrainz4::CArtist::RelationListList | ( | ) | const |
| CReleaseGroupList* MusicBrainz4::CArtist::ReleaseGroupList | ( | ) | const |
| CReleaseList* MusicBrainz4::CArtist::ReleaseList | ( | ) | const |
|
virtual |
Reimplemented from MusicBrainz4::CEntity.
| std::string MusicBrainz4::CArtist::SortName | ( | ) | const |
| CTagList* MusicBrainz4::CArtist::TagList | ( | ) | const |
| std::string MusicBrainz4::CArtist::Type | ( | ) | const |
| CUserRating* MusicBrainz4::CArtist::UserRating | ( | ) | const |
| CUserTagList* MusicBrainz4::CArtist::UserTagList | ( | ) | const |
| CWorkList* MusicBrainz4::CArtist::WorkList | ( | ) | const |