#include <amarok.h>
Inheritance diagram for AmarokStatus:
Public Types | |
Mode | |
Repeat | |
Shuffle | |
enum | StatusType { Mode, Repeat, Shuffle } |
Public Member Functions | |
AmarokStatus () | |
bool | init () |
QGraphicsItem * | graphicsItem () |
void | timer () |
bool | hasTimer () |
Properties | |
StatusType | type [] |
Private Member Functions | |
void | setType (StatusType type) |
StatusType | type () |
Private Attributes | |
StatusType | m_type |
QString | m_imgPath |
AmarokStatus::AmarokStatus | ( | ) | [inline] |
QGraphicsItem* AmarokStatus::graphicsItem | ( | ) | [inline, virtual] |
Reimplemented from GraphicPixmap.
bool AmarokStatus::hasTimer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
bool AmarokStatus::init | ( | ) | [virtual] |
Reimplemented from GraphicPixmap.
void AmarokStatus::setType | ( | StatusType | type | ) | [inline, private] |
void AmarokStatus::timer | ( | ) | [virtual] |
Reimplemented from PluginInterface.
StatusType AmarokStatus::type | ( | ) | [inline, private] |
QString AmarokStatus::m_imgPath [private] |
StatusType AmarokStatus::m_type [private] |
StatusType AmarokStatus::type [read, write] |