More Keysets
[pierogi] / keysets / epson.h
diff --git a/keysets/epson.h b/keysets/epson.h
new file mode 100644 (file)
index 0000000..7bd2ec4
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef EPSON_H
+#define EPSON_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class EpsonProjector1: public PIRKeysetMetaData
+{
+public:
+  EpsonProjector1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class EpsonProjector2: public PIRKeysetMetaData
+{
+public:
+  EpsonProjector2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // EPSON_H