Memory Management Improved
[pierogi] / keysets / denon.h
1 #ifndef DENON_H
2 #define DENON_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class DenonDVD1: public PIRKeysetMetaData
9 {
10 public:
11   DenonDVD1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class DenonDVD2: public PIRKeysetMetaData
19 {
20 public:
21   DenonDVD2(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class DenonDVD3: public PIRKeysetMetaData
29 {
30 public:
31   DenonDVD3(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 class DenonReceiver1: public PIRKeysetMetaData
39 {
40 public:
41   DenonReceiver1(
42     unsigned int index);
43
44   virtual void populateProtocol(
45     QObject *guiObject);
46 };
47
48 class DenonReceiver1a: public DenonReceiver1
49 {
50 public:
51   DenonReceiver1a(
52     unsigned int index);
53
54   virtual void populateProtocol(
55     QObject *guiObject);
56 };
57
58 class DenonReceiver1b: public DenonReceiver1
59 {
60 public:
61   DenonReceiver1b(
62     unsigned int index);
63
64   virtual void populateProtocol(
65     QObject *guiObject);
66 };
67
68 class DenonReceiver1c: public DenonReceiver1
69 {
70 public:
71   DenonReceiver1c(
72     unsigned int index);
73
74   virtual void populateProtocol(
75     QObject *guiObject);
76 };
77
78 class DenonReceiver1d: public DenonReceiver1c
79 {
80 public:
81   DenonReceiver1d(
82     unsigned int index);
83
84   virtual void populateProtocol(
85     QObject *guiObject);
86 };
87
88 class DenonReceiver1e: public DenonReceiver1d
89 {
90 public:
91   DenonReceiver1e(
92     unsigned int index);
93
94   virtual void populateProtocol(
95     QObject *guiObject);
96 };
97
98 class DenonReceiver1f: public DenonReceiver1c
99 {
100 public:
101   DenonReceiver1f(
102     unsigned int index);
103
104   virtual void populateProtocol(
105     QObject *guiObject);
106 };
107
108 class DenonReceiver2: public PIRKeysetMetaData
109 {
110 public:
111   DenonReceiver2(
112     unsigned int index);
113
114   virtual void populateProtocol(
115     QObject *guiObject);
116 };
117
118 class DenonReceiver2a: public DenonReceiver2
119 {
120 public:
121   DenonReceiver2a(
122     unsigned int index);
123
124   virtual void populateProtocol(
125     QObject *guiObject);
126 };
127
128 class DenonReceiver3: public PIRKeysetMetaData
129 {
130 public:
131   DenonReceiver3(
132     unsigned int index);
133
134   virtual void populateProtocol(
135     QObject *guiObject);
136 };
137
138 class DenonAudio1: public PIRKeysetMetaData
139 {
140 public:
141   DenonAudio1(
142     unsigned int index);
143
144   virtual void populateProtocol(
145     QObject *guiObject);
146 };
147
148 class DenonAudio1a: public DenonAudio1
149 {
150 public:
151   DenonAudio1a(
152     unsigned int index);
153
154   virtual void populateProtocol(
155     QObject *guiObject);
156 };
157
158 class DenonAudio1b: public DenonAudio1
159 {
160 public:
161   DenonAudio1b(
162     unsigned int index);
163
164   virtual void populateProtocol(
165     QObject *guiObject);
166 };
167
168 class DenonAudio1c: public DenonAudio1b
169 {
170 public:
171   DenonAudio1c(
172     unsigned int index);
173
174   virtual void populateProtocol(
175     QObject *guiObject);
176 };
177
178 class DenonAudio1d: public DenonAudio1
179 {
180 public:
181   DenonAudio1d(
182     unsigned int index);
183
184   virtual void populateProtocol(
185     QObject *guiObject);
186 };
187
188 class DenonAudio2: public PIRKeysetMetaData
189 {
190 public:
191   DenonAudio2(
192     unsigned int index);
193
194   virtual void populateProtocol(
195     QObject *guiObject);
196 };
197
198 class DenonAudio3: public PIRKeysetMetaData
199 {
200 public:
201   DenonAudio3(
202     unsigned int index);
203
204   virtual void populateProtocol(
205     QObject *guiObject);
206 };
207
208 class DenonAudio4: public PIRKeysetMetaData
209 {
210 public:
211   DenonAudio4(
212     unsigned int index);
213
214   virtual void populateProtocol(
215     QObject *guiObject);
216 };
217
218 #endif // DENON_H