Advanced Settings Panel
[pierogi] / keysets / humax.h
1 #ifndef HUMAX_H
2 #define HUMAX_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class HumaxReceiver1: public PIRKeysetMetaData
9 {
10 public:
11   HumaxReceiver1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18
19 class HumaxReceiver2: public PIRKeysetMetaData
20 {
21 public:
22   HumaxReceiver2(
23     unsigned int index);
24
25   virtual void populateProtocol(
26     QObject *guiObject);
27 };
28
29
30 class HumaxReceiver3: public PIRKeysetMetaData
31 {
32 public:
33   HumaxReceiver3(
34     unsigned int index);
35
36   virtual void populateProtocol(
37     QObject *guiObject);
38 };
39
40 #endif // HUMAX_H