![]() |
Miam-Player
0.8.0
A nice music player
|
The PlaylistDAO class is a simple wrapper which contains basic informations about a playlist. More...
#include <playlistdao.h>
Public Member Functions | |
PlaylistDAO (QObject *parent=nullptr) | |
PlaylistDAO (const PlaylistDAO &other) | |
PlaylistDAO & | operator= (const PlaylistDAO &other) |
virtual | ~PlaylistDAO () |
QString | background () const |
void | setBackground (const QString &background) |
QString | length () const |
void | setLength (const QString &length) |
![]() | |
GenericDAO (Miam::ItemType itemType=Miam::IT_UnknownType, QObject *parent=nullptr) | |
GenericDAO (const GenericDAO &remoteObject) | |
GenericDAO & | operator= (const GenericDAO &other) |
virtual | ~GenericDAO () |
QString | checksum () const |
void | setChecksum (const QString &checksum) |
QString | host () const |
void | setHost (const QString &host) |
QString | icon () const |
void | setIcon (const QString &icon) |
QString | id () const |
void | setId (const QString &id) |
void | setParentNode (GenericDAO *parentNode) |
GenericDAO * | parentNode () const |
QString | title () const |
void | setTitle (const QString &title) |
QString | titleNormalized () const |
void | setTitleNormalized (const QString &titleNormalized) |
Miam::ItemType | type () const |
virtual uint | hash () const |
The PlaylistDAO class is a simple wrapper which contains basic informations about a playlist.
|
explicit |
PlaylistDAO::PlaylistDAO | ( | const PlaylistDAO & | other | ) |
|
virtual |
QString PlaylistDAO::background | ( | ) | const |
QString PlaylistDAO::length | ( | ) | const |
PlaylistDAO & PlaylistDAO::operator= | ( | const PlaylistDAO & | other | ) |
void PlaylistDAO::setBackground | ( | const QString & | background | ) |
void PlaylistDAO::setLength | ( | const QString & | length | ) |