More Keysets
[pierogi] / keysets / daewoo.h
1 #ifndef DAEWOO_H
2 #define DAEWOO_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class DaewooTV1: public PIRKeysetMetaData
9 {
10 public:
11   DaewooTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class DaewooTV2: public PIRKeysetMetaData
17 {
18 public:
19   DaewooTV2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class DaewooTV3: public PIRKeysetMetaData
25 {
26 public:
27   DaewooTV3(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class DaewooTV4: public PIRKeysetMetaData
33 {
34 public:
35   DaewooTV4(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 class DaewooDVD1: public PIRKeysetMetaData
41 {
42 public:
43   DaewooDVD1(
44     QObject *guiObject,
45     unsigned int index);
46 };
47
48 class DaewooVCR1: public PIRKeysetMetaData
49 {
50 public:
51   DaewooVCR1(
52     QObject *guiObject,
53     unsigned int index);
54 };
55
56 class DaewooVCR2: public PIRKeysetMetaData
57 {
58 public:
59   DaewooVCR2(
60     QObject *guiObject,
61     unsigned int index);
62 };
63
64 #endif // DAEWOO_H