summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/footer.h b/footer.h
new file mode 100644
index 0000000..9cf6045
--- /dev/null
+++ b/footer.h
@@ -0,0 +1,23 @@
+#ifndef __TVGUIDE_FOOTER_H
+#define __TVGUIDE_FOOTER_H
+
+// --- cFooter -------------------------------------------------------------
+
+class cFooter {
+private:
+ cStyledPixmap *buttonRed;
+ cStyledPixmap *buttonGreen;
+ cStyledPixmap *buttonYellow;
+ cStyledPixmap *buttonBlue;
+ int textY;
+ int buttonWidth;
+public:
+ cFooter();
+ virtual ~cFooter(void);
+ void drawRedButton();
+ void drawGreenButton();
+ void drawYellowButton();
+ void drawBlueButton();
+};
+
+#endif //__TVGUIDE_FOOTER_H \ No newline at end of file