implemented repeatbutton
This commit is contained in:
parent
f10cd0465a
commit
0369b3aa37
16 changed files with 95 additions and 13 deletions
|
@ -43,6 +43,7 @@ class Slider;
|
|||
class PlayStatus;
|
||||
class MainWindow;
|
||||
class ClutterBar;
|
||||
class XConfig;
|
||||
|
||||
class MainDisplay : public SkinDisplay
|
||||
{
|
||||
|
@ -76,6 +77,10 @@ class MainDisplay : public SkinDisplay
|
|||
void updateVolume (uint volume);
|
||||
void setVolume (int volume);
|
||||
|
||||
protected slots:
|
||||
void serverConfigChanged (QString key, QString value);
|
||||
void setRepeatAllEnabled (bool enabled);
|
||||
|
||||
protected:
|
||||
void SetupPushButtons (void);
|
||||
void SetupToggleButtons (void);
|
||||
|
@ -96,6 +101,11 @@ class MainDisplay : public SkinDisplay
|
|||
|
||||
ClutterBar *m_clutterbar;
|
||||
|
||||
private:
|
||||
void setupServerConfig ();
|
||||
|
||||
XConfig *m_xconfig;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue