CAudioMute: implementation of CComponents

This commit is contained in:
2013-05-10 18:07:48 +02:00
committed by Michael Liebmann
parent c80b1b0640
commit 35444cb703
2 changed files with 14 additions and 25 deletions

View File

@@ -29,17 +29,15 @@
#include <gui/components/cc.h>
class CAudioMute
class CAudioMute : public CComponentsPicture
{
private:
int mute_ay_old;
int mute_ax, mute_ay, mute_dx, mute_dy;
CComponentsPicture *mIcon;
int y_old;
public:
CAudioMute();
~CAudioMute();
// ~CAudioMute();
static CAudioMute* getInstance();
void AudioMute(int newValue, bool isEvent= false);