36 ArtistDesc(
const QString& artist_name,
const QString& mbid);
38 bool operator ==(
const ArtistDesc& other)
const;
39 bool operator <(
const ArtistDesc& other)
const;
40 bool operator <=(
const ArtistDesc& other)
const;
42 QString to_string()
const;
98 QString to_string()
const;
109 #endif // ARTISTMATCH_H Definition: ArtistMatch.h:32
bool is_valid() const
checks, if structure is valid.
Quality
The Quality enum used to access the bin of interest. See ArtistMatch::get(Quality q) ...
Definition: ArtistMatch.h:48
Definition: ArtistMatch.h:27
void add(const ArtistDesc &artist, double match)
adds an artist string to the corresponding bin
QString get_artist_name() const
get the corresponding artist name of the ArtistMatch structure
Definition: org_mpris_media_player2_adaptor.h:21