summaryrefslogtreecommitdiff
path: root/libtemplate/templateviewgrid.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-02-12 18:50:58 +0100
committerlouis <louis.braun@gmx.de>2015-02-12 18:50:58 +0100
commit4d7700aecedf475038d57e10f45ab2dd4bcf806f (patch)
tree2fefc56fe77c8f4137187515a5f2b57d78425fea /libtemplate/templateviewgrid.h
parent00ac852820a09f676157a7b487acf51f4fe95ff4 (diff)
downloadvdr-plugin-skindesigner-4d7700aecedf475038d57e10f45ab2dd4bcf806f.tar.gz
vdr-plugin-skindesigner-4d7700aecedf475038d57e10f45ab2dd4bcf806f.tar.bz2
plugin interface
Diffstat (limited to 'libtemplate/templateviewgrid.h')
-rw-r--r--libtemplate/templateviewgrid.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/libtemplate/templateviewgrid.h b/libtemplate/templateviewgrid.h
new file mode 100644
index 0000000..6b5c34a
--- /dev/null
+++ b/libtemplate/templateviewgrid.h
@@ -0,0 +1,25 @@
+#ifndef __TEMPLATEVIEWGRID_H
+#define __TEMPLATEVIEWGRID_H
+
+#include <string>
+#include <vector>
+#include <map>
+#include <set>
+#include <sstream>
+
+#include "templateviewelement.h"
+
+using namespace std;
+
+// --- cTemplateViewGrid -------------------------------------------------------------
+
+class cTemplateViewGrid : public cTemplateViewElement {
+private:
+public:
+ cTemplateViewGrid(void);
+ ~cTemplateViewGrid(void);
+ bool CalculatePixmapParameters(void);
+ void Debug(void);
+};
+
+#endif //__TEMPLATEVIEWGRID_H \ No newline at end of file