mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
CAudioMute: implementation of CComponents
Origin commit data
------------------
Branch: ni/coolstream
Commit: 35444cb703
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-05-10 (Fri, 10 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user