Change back to real tabbed window, updates keysets
[pierogi] / keysets / toshiba.h
1 #ifndef TOSHIBA_H
2 #define TOSHIBA_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class ToshibaTV1: public PIRKeysetMetaData
9 {
10 public:
11   ToshibaTV1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class ToshibaTV1a: public ToshibaTV1
19 {
20 public:
21   ToshibaTV1a(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class ToshibaTV1b: public ToshibaTV1
29 {
30 public:
31   ToshibaTV1b(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 class ToshibaTV1f: public ToshibaTV1
39 {
40 public:
41   ToshibaTV1f(
42     unsigned int index);
43
44   virtual void populateProtocol(
45     QObject *guiObject);
46 };
47
48 class ToshibaTV1c: public ToshibaTV1f
49 {
50 public:
51   ToshibaTV1c(
52     unsigned int index);
53
54   virtual void populateProtocol(
55     QObject *guiObject);
56 };
57
58 class ToshibaTV1d: public ToshibaTV1f
59 {
60 public:
61   ToshibaTV1d(
62     unsigned int index);
63
64   virtual void populateProtocol(
65     QObject *guiObject);
66 };
67
68 class ToshibaTV1e: public ToshibaTV1
69 {
70 public:
71   ToshibaTV1e(
72     unsigned int index);
73
74   virtual void populateProtocol(
75     QObject *guiObject);
76 };
77
78 class ToshibaTV1g: public ToshibaTV1
79 {
80 public:
81   ToshibaTV1g(
82     unsigned int index);
83
84   virtual void populateProtocol(
85     QObject *guiObject);
86 };
87
88 class ToshibaTV1h: public ToshibaTV1b
89 {
90 public:
91   ToshibaTV1h(
92     unsigned int index);
93
94   virtual void populateProtocol(
95     QObject *guiObject);
96 };
97
98 class ToshibaTV1i: public ToshibaTV1h
99 {
100 public:
101   ToshibaTV1i(
102     unsigned int index);
103
104   virtual void populateProtocol(
105     QObject *guiObject);
106 };
107
108 class ToshibaVCR1: public PIRKeysetMetaData
109 {
110 public:
111   ToshibaVCR1(
112     unsigned int index);
113
114   virtual void populateProtocol(
115     QObject *guiObject);
116 };
117
118 class ToshibaVCR1a: public ToshibaVCR1
119 {
120 public:
121   ToshibaVCR1a(
122     unsigned int index);
123
124   virtual void populateProtocol(
125     QObject *guiObject);
126 };
127
128 class ToshibaDisc1: public PIRKeysetMetaData
129 {
130 public:
131   ToshibaDisc1(
132     unsigned int index);
133
134   virtual void populateProtocol(
135     QObject *guiObject);
136 };
137
138 class ToshibaDisc1a: public ToshibaDisc1
139 {
140 public:
141   ToshibaDisc1a(
142     unsigned int index);
143
144   virtual void populateProtocol(
145     QObject *guiObject);
146 };
147
148 class ToshibaDisc1b: public ToshibaDisc1
149 {
150 public:
151   ToshibaDisc1b(
152     unsigned int index);
153
154   virtual void populateProtocol(
155     QObject *guiObject);
156 };
157
158 class ToshibaDisc1c: public ToshibaDisc1a
159 {
160 public:
161   ToshibaDisc1c(
162     unsigned int index);
163
164   virtual void populateProtocol(
165     QObject *guiObject);
166 };
167
168 class ToshibaDisc1d: public ToshibaDisc1a
169 {
170 public:
171   ToshibaDisc1d(
172     unsigned int index);
173
174   virtual void populateProtocol(
175     QObject *guiObject);
176 };
177
178 #endif // TOSHIBA_H