Search for Power Button Panel
[pierogi] / keysets / goodmans.h
diff --git a/keysets/goodmans.h b/keysets/goodmans.h
new file mode 100644 (file)
index 0000000..7664073
--- /dev/null
@@ -0,0 +1,48 @@
+#ifndef GOODMANS_H
+#define GOODMANS_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class GoodmansSTB1: public PIRKeysetMetaData
+{
+public:
+  GoodmansSTB1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class GoodmansVCR1: public PIRKeysetMetaData
+{
+public:
+  GoodmansVCR1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class GoodmansDVD1: public PIRKeysetMetaData
+{
+public:
+  GoodmansDVD1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class GoodmansAudio1: public PIRKeysetMetaData
+{
+public:
+  GoodmansAudio1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // GOODMANS_H