#include <amarok.h>
Inheritance diagram for AmarokTrack:
Public Types | |
Title | |
Artist | |
Album | |
TotalTime | |
CurrentTime | |
Genre | |
enum | TrackType { Title, Artist, Album, TotalTime, CurrentTime, Genre } |
Public Member Functions | |
AmarokTrack () | |
bool | init () |
QGraphicsItem * | graphicsItem () |
void | timer () |
bool | hasTimer () |
Properties | |
QString | prefix [] |
TrackType | type [] |
Private Member Functions | |
void | setType (TrackType type) |
void | setPrefix (const QString &prefix) |
QString | prefix () |
TrackType | type () |
Private Attributes | |
TrackType | m_type |
QString | m_prefix |
AmarokTrack::AmarokTrack | ( | ) | [inline] |
QGraphicsItem* AmarokTrack::graphicsItem | ( | ) | [inline, virtual] |
Reimplemented from GraphicText.
bool AmarokTrack::hasTimer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
bool AmarokTrack::init | ( | ) | [virtual] |
Reimplemented from GraphicText.
QString AmarokTrack::prefix | ( | ) | [inline, private] |
void AmarokTrack::setPrefix | ( | const QString & | prefix | ) | [inline, private] |
void AmarokTrack::setType | ( | TrackType | type | ) | [inline, private] |
void AmarokTrack::timer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
TrackType AmarokTrack::type | ( | ) | [inline, private] |
QString AmarokTrack::m_prefix [private] |
TrackType AmarokTrack::m_type [private] |
Reimplemented from GraphicText.
QString AmarokTrack::prefix [read, write] |
TrackType AmarokTrack::type [read, write] |