7dfbaa16192db831a4ea00d43a40d14c4abbef18
[pierogi] / keysets / pioneer.h
1 #ifndef PIONEER_H
2 #define PIONEER_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class PioneerTV1: public PIRKeysetMetaData
9 {
10 public:
11   PioneerTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class PioneerTV2: public PIRKeysetMetaData
17 {
18 public:
19   PioneerTV2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class PioneerTV3: public PIRKeysetMetaData
25 {
26 public:
27   PioneerTV3(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class PioneerAudio1: public PIRKeysetMetaData
33 {
34 public:
35   PioneerAudio1(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 class PioneerAudio1a: public PioneerAudio1
41 {
42 public:
43   PioneerAudio1a(
44     QObject *guiObject,
45     unsigned int index);
46 };
47
48 class PioneerAudio2: public PIRKeysetMetaData
49 {
50 public:
51   PioneerAudio2(
52     QObject *guiObject,
53     unsigned int index);
54 };
55
56 class PioneerAudio3: public PIRKeysetMetaData
57 {
58 public:
59   PioneerAudio3(
60     QObject *guiObject,
61     unsigned int index);
62 };
63
64 class PioneerAudio4: public PIRKeysetMetaData
65 {
66 public:
67   PioneerAudio4(
68     QObject *guiObject,
69     unsigned int index);
70 };
71
72 class PioneerAudio5: public PIRKeysetMetaData
73 {
74 public:
75   PioneerAudio5(
76     QObject *guiObject,
77     unsigned int index);
78 };
79
80 class PioneerCD1: public PIRKeysetMetaData
81 {
82 public:
83   PioneerCD1(
84     QObject *guiObject,
85     unsigned int index);
86 };
87
88 class PioneerLaserDisc1: public PIRKeysetMetaData
89 {
90 public:
91   PioneerLaserDisc1(
92     QObject *guiObject,
93     unsigned int index);
94 };
95
96 class PioneerDVD1: public PIRKeysetMetaData
97 {
98 public:
99   PioneerDVD1(
100     QObject *guiObject,
101     unsigned int index);
102 };
103
104 #endif // PIONEER_H