libmusicbrainz3
3.0.3
|
Represents an artist result. More...
Public Member Functions | |
ArtistResult (Artist *artist, int score) | |
Constructor. | |
~ArtistResult () | |
Destructor. | |
Artist * | getArtist () |
Returns the artist. | |
void | setArtist (Artist *artist) |
Sets the artist. |
Represents an artist result.
An ArtistResult consists of a score and an artist. The score is a number between 0 and 100, where a higher number indicates a better match.
MusicBrainz::ArtistResult::ArtistResult | ( | Artist * | artist, |
int | score | ||
) |
Constructor.
Destructor.
Returns the artist.
void MusicBrainz::ArtistResult::setArtist | ( | Artist * | artist | ) |
Sets the artist.
artist | a pointer to an Artist object |