summaryrefslogtreecommitdiff
path: root/displayvolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'displayvolume.h')
-rw-r--r--displayvolume.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/displayvolume.h b/displayvolume.h
new file mode 100644
index 0000000..d77c7b1
--- /dev/null
+++ b/displayvolume.h
@@ -0,0 +1,18 @@
+#include "lcarsng.h"
+#include <vdr/font.h>
+
+// --- cLCARSNGDisplayVolume -----------------------------------------------
+
+class cLCARSNGDisplayVolume : public cSkinDisplayVolume {
+private:
+ cOsd *osd;
+ int x0, x1, x2, x3, x4, x5, x6, x7;
+ int y0, y1;
+ tColor frameColor;
+ int mute;
+public:
+ cLCARSNGDisplayVolume(void);
+ virtual ~cLCARSNGDisplayVolume();
+ virtual void SetVolume(int Current, int Total, bool Mute);
+ virtual void Flush(void);
+ };