Search for Power Button Panel
[pierogi] / keysets / emtec.h
diff --git a/keysets/emtec.h b/keysets/emtec.h
new file mode 100644 (file)
index 0000000..227d0df
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef EMTEC_H
+#define EMTEC_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class EmtecSTB1: public PIRKeysetMetaData
+{
+public:
+  EmtecSTB1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class EmtecSTB2: public PIRKeysetMetaData
+{
+public:
+  EmtecSTB2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // EMTEC_H