#include <miniplayer.h>

Definition at line 12 of file miniplayer.h.
| MiniPlayer::MiniPlayer | ( | MythMainWindow * | parent, | |
| MusicPlayer * | parentPlayer, | |||
| const char * | name = 0, |
|||
| bool | setsize = true | |||
| ) |
Definition at line 20 of file miniplayer.cpp.
| MiniPlayer::~MiniPlayer | ( | void | ) |
Definition at line 59 of file miniplayer.cpp.
| void MiniPlayer::show | ( | void | ) | [virtual, slot] |
Definition at line 144 of file miniplayer.cpp.
| void MiniPlayer::hide | ( | void | ) | [virtual, slot] |
| void MiniPlayer::timerTimeout | ( | void | ) | [slot] |
| void MiniPlayer::showPlayer | ( | int | showTime | ) | [slot] |
| void MiniPlayer::showInfoTimeout | ( | void | ) | [slot] |
| void MiniPlayer::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
| void MiniPlayer::customEvent | ( | QCustomEvent * | event | ) | [protected, virtual] |
Definition at line 305 of file miniplayer.cpp.
| void MiniPlayer::wireupTheme | ( | void | ) | [private] |
| QString MiniPlayer::getTimeString | ( | int | exTime, | |
| int | maxTime | |||
| ) | [private] |
Definition at line 410 of file miniplayer.cpp.
Referenced by customEvent(), keyPressEvent(), MiniPlayer(), and seek().
| void MiniPlayer::updateTrackInfo | ( | Metadata * | mdata | ) | [private] |
| void MiniPlayer::seekforward | ( | void | ) | [private] |
| void MiniPlayer::seekback | ( | void | ) | [private] |
| void MiniPlayer::seek | ( | int | pos | ) | [private] |
| void MiniPlayer::increaseRating | ( | void | ) | [private] |
| void MiniPlayer::decreaseRating | ( | void | ) | [private] |
| void MiniPlayer::showShuffleMode | ( | void | ) | [private] |
| void MiniPlayer::showRepeatMode | ( | void | ) | [private] |
| void MiniPlayer::showVolume | ( | void | ) | [private] |
| void MiniPlayer::showSpeed | ( | void | ) | [private] |
| void MiniPlayer::showAutoMode | ( | void | ) | [private] |
int MiniPlayer::m_currTime [private] |
Definition at line 49 of file miniplayer.h.
Referenced by customEvent(), seek(), seekback(), and seekforward().
int MiniPlayer::m_maxTime [private] |
Definition at line 49 of file miniplayer.h.
Referenced by customEvent(), keyPressEvent(), MiniPlayer(), seek(), and seekforward().
MusicPlayer* MiniPlayer::m_parentPlayer [private] |
QTimer* MiniPlayer::m_displayTimer [private] |
Definition at line 53 of file miniplayer.h.
Referenced by keyPressEvent(), MiniPlayer(), showPlayer(), and ~MiniPlayer().
QTimer* MiniPlayer::m_infoTimer [private] |
Definition at line 54 of file miniplayer.h.
Referenced by keyPressEvent(), MiniPlayer(), showAutoMode(), showRepeatMode(), showShuffleMode(), showSpeed(), showVolume(), and ~MiniPlayer().
int MiniPlayer::m_showTime [private] |
bool MiniPlayer::m_showingInfo [private] |
Definition at line 57 of file miniplayer.h.
Referenced by customEvent(), keyPressEvent(), MiniPlayer(), showAutoMode(), showInfoTimeout(), showRepeatMode(), showShuffleMode(), showSpeed(), and showVolume().
UITextType* MiniPlayer::m_titleText [private] |
UITextType* MiniPlayer::m_artistText [private] |
UITextType* MiniPlayer::m_albumText [private] |
UITextType* MiniPlayer::m_timeText [private] |
Definition at line 62 of file miniplayer.h.
Referenced by customEvent(), keyPressEvent(), MiniPlayer(), seek(), and wireupTheme().
UITextType* MiniPlayer::m_infoText [private] |
Definition at line 63 of file miniplayer.h.
Referenced by customEvent(), keyPressEvent(), MiniPlayer(), showAutoMode(), showRepeatMode(), showShuffleMode(), showSpeed(), showVolume(), and wireupTheme().
UITextType* MiniPlayer::m_volText [private] |
Definition at line 64 of file miniplayer.h.
Referenced by keyPressEvent(), showVolume(), and wireupTheme().
UIImageType* MiniPlayer::m_coverImage [private] |
UIStatusBarType* MiniPlayer::m_progressBar [private] |
UIRepeatedImageType* MiniPlayer::m_ratingsImage [private] |
Definition at line 68 of file miniplayer.h.
Referenced by decreaseRating(), increaseRating(), updateTrackInfo(), and wireupTheme().
QString MiniPlayer::m_volFormat [private] |
Definition at line 70 of file miniplayer.h.
Referenced by keyPressEvent(), showVolume(), and wireupTheme().
1.5.5