b3d172bf8406e6eb166dcc2256a0277156bd1d37
[pierogi] / keysets / strong.h
1 #ifndef STRONG_H
2 #define STRONG_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class StrongSat1: public PIRKeysetMetaData
9 {
10 public:
11   StrongSat1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class StrongSat2: public PIRKeysetMetaData
19 {
20 public:
21   StrongSat2(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class StrongSat3: public PIRKeysetMetaData
29 {
30 public:
31   StrongSat3(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 class StrongSat4: public PIRKeysetMetaData
39 {
40 public:
41   StrongSat4(
42     unsigned int index);
43
44   virtual void populateProtocol(
45     QObject *guiObject);
46 };
47
48 #endif // STRONG_H