New GUI, many changes
[pierogi] / keysets / dse.h
diff --git a/keysets/dse.h b/keysets/dse.h
new file mode 100644 (file)
index 0000000..3fbf4e6
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef DSE_H
+#define DSE_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class DSEDVD1: public PIRKeysetMetaData
+{
+public:
+  DSEDVD1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class DSESat1: public PIRKeysetMetaData
+{
+public:
+  DSESat1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // DSE_H