![]() |
Sayonara Player
|
#include <Artist.h>
Public Member Functions | |
QString | get_major_artist () const |
extract the main artist out of the artist list More... | |
bool | contains (ArtistId artist_id) const |
int | count () const |
ArtistList & | operator<< (const Artist &artist) |
Artist | first () const |
ArtistList & | append_unique (const ArtistList &other) |
void | sort (Library::SortOrder so) |
Static Public Member Functions | |
static QString | get_major_artist (const QStringList &artists) |
extract the main artist out of the artist list More... | |
QString ArtistList::get_major_artist | ( | ) | const |
extract the main artist out of the artist list
artists | artist list |
|
static |
extract the main artist out of the artist list
artists | artist list |