#include <controlpanel.h>
Public Methods | |
ControlPanel (QWidget *parent=0, const char *name=0, WFlags f=0) | |
void | setSkin (WASkin *) |
void | playListClosed (void) |
Protected Slots | |
void | slotUpdateDisplay (void) |
Refreshes the displayed information, triggered by a timer. More... | |
void | slotReceiveUpdate (const MpdCom::Status &) |
Refreshes the displayed information and synchronises the timer, triggered by the communication class. More... | |
void | slotLockVolume (void) |
Locks the volume slider from status updates when it's used. More... | |
void | slotReverseVolume (int) |
Reverses the volume slider. More... | |
void | slotReleaseVolume (void) |
Releases the lock on the volume. More... | |
void | slotLockBalance (void) |
Locks the balance slider from status updates when it's used. More... | |
void | slotReverseBalance (int) |
Reverses the balance slider. More... | |
void | slotReleaseBalance (void) |
Releases the lock on the volume. More... | |
void | slotLockSeek (void) |
Locks the seek slider from status updates when it's used. More... | |
void | slotSetSeek (int) |
Sets the disired seek position. More... | |
void | slotReleaseSeek (void) |
Releases the seek slider. More... | |
void | slotShowPlaylist (bool) |
Shows/hides the playlist. More... | |
void | slotShowSettings (void) |
Shows the settings. More... | |
void | slotError (const QString &) |
Receives errors from the communication class. More... | |
void | slotAbout (void) |
Shows the aboutbox. More... | |
void | slotOpenSkin (void) |
Installs the preferred skin. More... | |
void | slotRebuildSkinMenu (void) |
Rebuilds the skin menu. More... | |
void | slotEjectPressed (bool) |
Shows the file manager. More... | |
Protected Methods | |
virtual void | closeEvent (QCloseEvent *) |
Stores it's window position and closes. More... | |
virtual void | paintEvent (QPaintEvent *) |
virtual void | mouseMoveEvent (QMouseEvent *) |
virtual void | mousePressEvent (QMouseEvent *) |
virtual void | mouseReleaseEvent (QMouseEvent *) |
virtual void | keyPressEvent (QKeyEvent *) |
|
|
|
Stores it's window position and closes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Shows the aboutbox.
|
|
Shows the file manager.
|
|
Receives errors from the communication class.
|
|
Locks the balance slider from status updates when it's used.
|
|
Locks the seek slider from status updates when it's used.
|
|
Locks the volume slider from status updates when it's used.
|
|
Installs the preferred skin.
|
|
Rebuilds the skin menu.
|
|
Refreshes the displayed information and synchronises the timer, triggered by the communication class.
|
|
Releases the lock on the volume.
|
|
Releases the seek slider.
|
|
Releases the lock on the volume.
|
|
Reverses the balance slider.
|
|
Reverses the volume slider.
|
|
Sets the disired seek position.
|
|
Shows/hides the playlist.
|
|
Shows the settings.
|
|
Refreshes the displayed information, triggered by a timer.
|