diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-11 18:56:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-11 18:56:59 +0000 |
| commit | 38c7065ba60529a8cb0a55954b26a6e270f9a047 (patch) | |
| tree | 070879fbf49d9b3a38b2f6a364be7e6cf4693dae /src/plugins/Ui/skinned/togglebutton.h | |
| parent | 83a38f8e5a67eef90fec2bb0a3d4cb42e2eedb73 (diff) | |
| download | qmmp-38c7065ba60529a8cb0a55954b26a6e270f9a047.tar.gz qmmp-38c7065ba60529a8cb0a55954b26a6e270f9a047.tar.bz2 qmmp-38c7065ba60529a8cb0a55954b26a6e270f9a047.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2346 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/togglebutton.h')
| -rw-r--r-- | src/plugins/Ui/skinned/togglebutton.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/plugins/Ui/skinned/togglebutton.h b/src/plugins/Ui/skinned/togglebutton.h index 220d427cc..ddc1bbc00 100644 --- a/src/plugins/Ui/skinned/togglebutton.h +++ b/src/plugins/Ui/skinned/togglebutton.h @@ -23,7 +23,7 @@ #include "pixmapwidget.h" /** - @author Ilya Kotov <forkotov02@hotmail.ru> + @author Ilya Kotov <forkotov02@hotmail.ru> */ class Skin; @@ -31,19 +31,18 @@ class ToggleButton : public PixmapWidget { Q_OBJECT public: - ToggleButton( QWidget *parent, uint on_n, uint on_p, uint off_n, uint off_p ); - - ~ToggleButton(); + ToggleButton( QWidget *parent, uint on_n, uint on_p, uint off_n, uint off_p ); + ~ToggleButton(); bool isChecked(); -signals: - void clicked(bool); - public slots: - void setON(bool); + void setChecked(bool); void click(); +signals: + void clicked(bool); + private slots: void updateSkin(); |
