Memory Management Improved
[pierogi] / keysets / rca.h
1 #ifndef RCA_H
2 #define RCA_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class RCATV1: public PIRKeysetMetaData
9 {
10 public:
11   RCATV1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class RCATV1a: public RCATV1
19 {
20 public:
21   RCATV1a(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class RCATV1b: public RCATV1
29 {
30 public:
31   RCATV1b(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 /*
39 class RCAAux1: public PIRKeysetMetaData
40 {
41 public:
42   RCAAux1(
43     QObject *guiObject,
44     unsigned int index);
45 };
46
47 class RCAAux2: public PIRKeysetMetaData
48 {
49 public:
50   RCAAux2(
51     QObject *guiObject,
52     unsigned int index);
53 };
54
55 class RCAAux2a: public RCAAux2
56 {
57 public:
58   RCAAux2a(
59     QObject *guiObject,
60     unsigned int index);
61 };
62 */
63
64 class RCAVCR1: public PIRKeysetMetaData
65 {
66 public:
67   RCAVCR1(
68     unsigned int index);
69
70   virtual void populateProtocol(
71     QObject *guiObject);
72 };
73
74 class RCAVCR1a: public RCAVCR1
75 {
76 public:
77   RCAVCR1a(
78     unsigned int index);
79
80   virtual void populateProtocol(
81     QObject *guiObject);
82 };
83
84 class RCADVD1: public PIRKeysetMetaData
85 {
86 public:
87   RCADVD1(
88     unsigned int index);
89
90   virtual void populateProtocol(
91     QObject *guiObject);
92 };
93
94 class RCADVD1a: public RCADVD1
95 {
96 public:
97   RCADVD1a(
98     unsigned int index);
99
100   virtual void populateProtocol(
101     QObject *guiObject);
102 };
103
104 class RCASat1: public PIRKeysetMetaData
105 {
106 public:
107   RCASat1(
108     unsigned int index);
109
110   virtual void populateProtocol(
111     QObject *guiObject);
112 };
113
114 class RCASat2: public PIRKeysetMetaData
115 {
116 public:
117   RCASat2(
118     unsigned int index);
119
120   virtual void populateProtocol(
121     QObject *guiObject);
122 };
123
124 #endif // RCA_H