|
libmusicbrainz4
4.0.3
|
Public Member Functions | |
| CLabel (const XMLNode &Node=XMLNode::emptyNode()) | |
| CLabel (const CLabel &Other) | |
| CLabel & | operator= (const CLabel &Other) |
| virtual | ~CLabel () |
| virtual CLabel * | Clone () |
| std::string | ID () const |
| std::string | Type () const |
| std::string | Name () const |
| std::string | SortName () const |
| int | LabelCode () const |
| std::string | IPI () const |
| CIPIList * | IPIList () const |
| std::string | Disambiguation () const |
| std::string | Country () const |
| CLifespan * | Lifespan () const |
| CAliasList * | AliasList () const |
| CReleaseList * | ReleaseList () 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::CLabel::CLabel | ( | const XMLNode & | Node = XMLNode::emptyNode() | ) |
| MusicBrainz4::CLabel::CLabel | ( | const CLabel & | Other | ) |
|
virtual |
| CAliasList* MusicBrainz4::CLabel::AliasList | ( | ) | const |
|
virtual |
Implements MusicBrainz4::CEntity.
| std::string MusicBrainz4::CLabel::Country | ( | ) | const |
| std::string MusicBrainz4::CLabel::Disambiguation | ( | ) | const |
|
static |
Reimplemented from MusicBrainz4::CEntity.
| std::string MusicBrainz4::CLabel::ID | ( | ) | const |
| std::string MusicBrainz4::CLabel::IPI | ( | ) | const |
Returns one of the IPIs for this label. To return all
IPIs, see MusicBrainz4::CLabel::IPIList
<b>This method is deprecated, please use MusicBrainz4::CLabel::IPIList</b>
@return One of the IPIs for this label
| CIPIList* MusicBrainz4::CLabel::IPIList | ( | ) | const |
| int MusicBrainz4::CLabel::LabelCode | ( | ) | const |
| CLifespan* MusicBrainz4::CLabel::Lifespan | ( | ) | const |
| std::string MusicBrainz4::CLabel::Name | ( | ) | const |
|
protectedvirtual |
Implements MusicBrainz4::CEntity.
|
protectedvirtual |
Implements MusicBrainz4::CEntity.
| CRating* MusicBrainz4::CLabel::Rating | ( | ) | const |
| CRelationList* MusicBrainz4::CLabel::RelationList | ( | ) | const |
Returns the <b>last</b> relation list for this label. To return all
relation lists, see MusicBrainz4::CLabel::RelationListList
<b>This method is deprecated, please use MusicBrainz4::CLabel::RelationListList</b>
@return The <b>last</b> relation list for this label
| CRelationListList* MusicBrainz4::CLabel::RelationListList | ( | ) | const |
| CReleaseList* MusicBrainz4::CLabel::ReleaseList | ( | ) | const |
|
virtual |
Reimplemented from MusicBrainz4::CEntity.
| std::string MusicBrainz4::CLabel::SortName | ( | ) | const |
| CTagList* MusicBrainz4::CLabel::TagList | ( | ) | const |
| std::string MusicBrainz4::CLabel::Type | ( | ) | const |
| CUserRating* MusicBrainz4::CLabel::UserRating | ( | ) | const |
| CUserTagList* MusicBrainz4::CLabel::UserTagList | ( | ) | const |