Sayonara Player
Public Member Functions | Static Public Member Functions | List of all members
Genre Class Reference

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
 
Genreoperator= (const Genre &other)
 
Genreoperator= (Genre &&other) noexcept
 

Static Public Member Functions

static GenreID calculateId (const QString &name)