Improved to "half-way usable" (version 0.5)
[pierogi] / keysets / rca.h
1 #ifndef RCA_H
2 #define RCA_H
3
4 #include "pirkeysetmetadata.h"
5
6 #include <QObject>
7
8 class RCATV1: public PIRKeysetMetaData
9 {
10 public:
11   RCATV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class RCATV1a: public RCATV1
17 {
18 public:
19   RCATV1a(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class RCATV2: public PIRKeysetMetaData
25 {
26 public:
27   RCATV2(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class RCAAux1: public PIRKeysetMetaData
33 {
34 public:
35   RCAAux1(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 class RCAAux2: public PIRKeysetMetaData
41 {
42 public:
43   RCAAux2(
44     QObject *guiObject,
45     unsigned int index);
46 };
47
48 class RCAAux2a: public RCAAux2
49 {
50 public:
51   RCAAux2a(
52     QObject *guiObject,
53     unsigned int index);
54 };
55
56 class RCAVCR1: public PIRKeysetMetaData
57 {
58 public:
59   RCAVCR1(
60     QObject *guiObject,
61     unsigned int index);
62 };
63
64 class RCAVCR2: public PIRKeysetMetaData
65 {
66 public:
67   RCAVCR2(
68     QObject *guiObject,
69     unsigned int index);
70 };
71
72 class RCADVD1: public PIRKeysetMetaData
73 {
74 public:
75   RCADVD1(
76     QObject *guiObject,
77     unsigned int index);
78 };
79
80 class RCADVD1a: public RCADVD1
81 {
82 public:
83   RCADVD1a(
84     QObject *guiObject,
85     unsigned int index);
86 };
87
88 class RCASat1: public PIRKeysetMetaData
89 {
90 public:
91   RCASat1(
92     QObject *guiObject,
93     unsigned int index);
94 };
95
96 class RCASat2: public PIRKeysetMetaData
97 {
98 public:
99   RCASat2(
100     QObject *guiObject,
101     unsigned int index);
102 };
103
104 #endif // RCA_H