New GUI, many changes
[pierogi] / keysets / kathrein.h
1 #ifndef KATHREIN_H
2 #define KATHREIN_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class KathreinSat1: public PIRKeysetMetaData
9 {
10 public:
11   KathreinSat1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class KathreinSat2: public PIRKeysetMetaData
19 {
20 public:
21   KathreinSat2(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class KathreinSat3: public PIRKeysetMetaData
29 {
30 public:
31   KathreinSat3(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 #endif // KATHREIN_H