Change back to real tabbed window, updates keysets
[pierogi] / keysets / strong.h
diff --git a/keysets/strong.h b/keysets/strong.h
new file mode 100644 (file)
index 0000000..b3d172b
--- /dev/null
@@ -0,0 +1,48 @@
+#ifndef STRONG_H
+#define STRONG_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class StrongSat1: public PIRKeysetMetaData
+{
+public:
+  StrongSat1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class StrongSat2: public PIRKeysetMetaData
+{
+public:
+  StrongSat2(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class StrongSat3: public PIRKeysetMetaData
+{
+public:
+  StrongSat3(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+class StrongSat4: public PIRKeysetMetaData
+{
+public:
+  StrongSat4(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // STRONG_H