|
libmusicbrainz3
3.0.2
|
Represents generic search result. More...
Public Member Functions | |
| Result (int score) | |
| Constructor. | |
| virtual | ~Result () |
| Destructor. | |
| int | getScore () |
| Returns the result score. | |
| void | setScore (int score) |
| Sets the result score. | |
Represents generic search result.
| MusicBrainz::Result::Result | ( | int | score | ) |
Constructor.
| score | an int between 0 and 100 (both inclusive) |
| virtual MusicBrainz::Result::~Result | ( | ) | [inline, virtual] |
Destructor.
| int MusicBrainz::Result::getScore | ( | ) |
Returns the result score.
The score indicates how good this result matches the search parameters. The higher the value, the better the match.
| void MusicBrainz::Result::setScore | ( | int | score | ) |
Sets the result score.
| score | an int between 0 and 100 (both inclusive) |