#include <mediaartinfo.h>
Public Member Functions | |
Track (const QString &artist, const QString &album, const QString &track) | |
Constructs Track media art object. | |
const QString & | artist () const |
Returns track artist's name. | |
const QString & | album () const |
Returns track album's name. | |
const QString & | track () const |
Returns track's title. | |
Static Public Attributes | |
static const QString | Type |
String identifying Media Art of Track types. | |
Protected Member Functions | |
void | updatePath () |
Builds a proper potential path. |
Track arts.
This helper class make it easier to build proper MediaArt::Info objects describing track arts.
void MediaArt::Track::updatePath | ( | ) | [protected] |
Builds a proper potential path.
If you are building Your own type of media art it is possible that You need to overwritte that method in order to build proper potential path.
Reimplemented from MediaArt::Info.