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