- audiomute: add getStatus() function

This commit is contained in:
svenhoefer
2015-01-09 15:03:30 +01:00
parent 90f968c19d
commit a765cdd3ea

View File

@@ -44,6 +44,8 @@ class CAudioMute : public CComponentsPicture
void AudioMute(int newValue, bool isEvent= false);
void doPaintMuteIcon(bool mode) { do_paint_mute_icon = mode; }
void enableMuteIcon(bool enable);
bool getStatus(void) { return do_paint_mute_icon; }
};
#endif // __CAUDIOMUTE__