More Keysets
[pierogi] / keysets / humax.h
diff --git a/keysets/humax.h b/keysets/humax.h
new file mode 100644 (file)
index 0000000..865107f
--- /dev/null
@@ -0,0 +1,40 @@
+#ifndef HUMAX_H
+#define HUMAX_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class HumaxReceiver1: public PIRKeysetMetaData
+{
+public:
+  HumaxReceiver1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+
+class HumaxReceiver2: public PIRKeysetMetaData
+{
+public:
+  HumaxReceiver2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+
+class HumaxReceiver3: public PIRKeysetMetaData
+{
+public:
+  HumaxReceiver3(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // HUMAX_H