Sayonara Player
|
Public Member Functions | |
Genre (const QString &name) | |
Genre (const Genre &other) | |
Genre (Genre &&other) noexcept | |
GenreID | id () const |
QString | name () const |
void | setName (const QString &name) |
bool | isEqual (const Genre &other) const |
bool | operator== (const Genre &other) const |
bool | operator< (const Genre &other) const |
bool | operator> (const Genre &other) const |
Genre & | operator= (const Genre &other) |
Genre & | operator= (Genre &&other) noexcept |
Static Public Member Functions | |
static GenreID | calculateId (const QString &name) |