#include <musiccommon.h>
Public Member Functions | |
| MythMusicVolumeDialog (MythScreenStack *parent, const char *name) | |
| ~MythMusicVolumeDialog (void) | |
| bool | Create (void) |
| bool | keyPressEvent (QKeyEvent *event) |
| Key event handler. | |
Protected Member Functions | |
| void | increaseVolume (void) |
| void | decreaseVolume (void) |
| void | toggleMute (void) |
| void | updateDisplay (void) |
Protected Attributes | |
| QTimer * | m_displayTimer |
| MythUIText * | m_messageText |
| MythUIText * | m_volText |
| MythUIStateType * | m_muteState |
| MythUIProgressBar * | m_volProgress |
Definition at line 207 of file musiccommon.h.
| MythMusicVolumeDialog::MythMusicVolumeDialog | ( | MythScreenStack * | parent, | |
| const char * | name | |||
| ) |
Definition at line 2430 of file musiccommon.cpp.
| MythMusicVolumeDialog::~MythMusicVolumeDialog | ( | void | ) |
Definition at line 2436 of file musiccommon.cpp.
| bool MythMusicVolumeDialog::Create | ( | void | ) | [virtual] |
Reimplemented from MythScreenType.
Definition at line 2446 of file musiccommon.cpp.
Referenced by MusicCommon::showVolume().
| bool MythMusicVolumeDialog::keyPressEvent | ( | QKeyEvent * | ) | [virtual] |
Key event handler.
| event | Keypress event |
Reimplemented from MythScreenType.
Definition at line 2468 of file musiccommon.cpp.
| void MythMusicVolumeDialog::increaseVolume | ( | void | ) | [protected] |
Definition at line 2499 of file musiccommon.cpp.
Referenced by keyPressEvent().
| void MythMusicVolumeDialog::decreaseVolume | ( | void | ) | [protected] |
Definition at line 2505 of file musiccommon.cpp.
Referenced by keyPressEvent().
| void MythMusicVolumeDialog::toggleMute | ( | void | ) | [protected] |
Definition at line 2511 of file musiccommon.cpp.
Referenced by keyPressEvent().
| void MythMusicVolumeDialog::updateDisplay | ( | void | ) | [protected] |
Definition at line 2517 of file musiccommon.cpp.
Referenced by Create(), decreaseVolume(), increaseVolume(), and toggleMute().
QTimer* MythMusicVolumeDialog::m_displayTimer [protected] |
Definition at line 224 of file musiccommon.h.
Referenced by Create(), keyPressEvent(), MythMusicVolumeDialog(), and ~MythMusicVolumeDialog().
MythUIText* MythMusicVolumeDialog::m_messageText [protected] |
Definition at line 225 of file musiccommon.h.
MythUIText* MythMusicVolumeDialog::m_volText [protected] |
Definition at line 226 of file musiccommon.h.
Referenced by Create(), and updateDisplay().
MythUIStateType* MythMusicVolumeDialog::m_muteState [protected] |
Definition at line 227 of file musiccommon.h.
Referenced by Create(), and updateDisplay().
MythUIProgressBar* MythMusicVolumeDialog::m_volProgress [protected] |
Definition at line 228 of file musiccommon.h.
Referenced by Create(), and updateDisplay().
1.6.3