mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
audiomute: add getStatus() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: a765cdd3ea
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-01-09 (Fri, 09 Jan 2015)
Origin message was:
------------------
- audiomute: add getStatus() function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -44,6 +44,8 @@ class CAudioMute : public CComponentsPicture
|
|||||||
void AudioMute(int newValue, bool isEvent= false);
|
void AudioMute(int newValue, bool isEvent= false);
|
||||||
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
|
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
|
||||||
void enableMuteIcon(bool enable);
|
void enableMuteIcon(bool enable);
|
||||||
|
|
||||||
|
bool getStatus(void) { return do_paint_mute_icon; }
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // __CAUDIOMUTE__
|
#endif // __CAUDIOMUTE__
|
||||||
|
Reference in New Issue
Block a user