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