#include <miniplayer.h>
Public Slots | |
| void | timerTimeout (void) |
Public Member Functions | |
| MiniPlayer (MythScreenStack *parent) | |
| ~MiniPlayer () | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *) |
| Key event handler. | |
Private Attributes | |
| QTimer * | m_displayTimer |
Definition at line 10 of file miniplayer.h.
| MiniPlayer::MiniPlayer | ( | MythScreenStack * | parent | ) |
Definition at line 10 of file miniplayer.cpp.
| MiniPlayer::~MiniPlayer | ( | void | ) |
Definition at line 18 of file miniplayer.cpp.
| bool MiniPlayer::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 35 of file miniplayer.cpp.
Referenced by MusicPlayer::customEvent(), MusicPlayer::nextAuto(), and MusicPlayer::showMiniPlayer().
| bool MiniPlayer::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MusicCommon.
Definition at line 61 of file miniplayer.cpp.
| void MiniPlayer::timerTimeout | ( | void | ) | [slot] |
Definition at line 30 of file miniplayer.cpp.
Referenced by MiniPlayer().
QTimer* MiniPlayer::m_displayTimer [private] |
Definition at line 25 of file miniplayer.h.
Referenced by Create(), keyPressEvent(), MiniPlayer(), and ~MiniPlayer().
1.6.3