Adding per-keyset editable data
[pierogi] / keysets / anitech.h
diff --git a/keysets/anitech.h b/keysets/anitech.h
new file mode 100644 (file)
index 0000000..2e82def
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef ANITECH_H
+#define ANITECH_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class AnitechTV1: public PIRKeysetMetaData
+{
+public:
+  AnitechTV1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class AnitechVCR1: public PIRKeysetMetaData
+{
+public:
+  AnitechVCR1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // ANITECH_H