|
Sayonara Player
|
#include <Artist.h>
Public Types | |
| using | Size = Parent::size_type |
Public Member Functions | |
| QString | majorArtist () const |
| extract the main artist out of the artist list More... | |
| Artist | first () const |
| bool | contains (ArtistId artistId) const |
| int | count () const |
| ArtistList & | operator<< (const Artist &artist) |
| ArtistList & | appendUnique (const ArtistList &other) |
| void | sort (Library::SortOrder so) |
Static Public Member Functions | |
| static QString | majorArtist (const QStringList &artists) |
| extract the main artist out of the artist list More... | |
| QString ArtistList::majorArtist | ( | ) | 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 |