ee124b6c7b9feccc6eb8a1678150ac3aae20cbd0
[pierogi] / keysets / sharp.h
1 #ifndef SHARP_H
2 #define SHARP_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class SharpTV1: public PIRKeysetMetaData
9 {
10 public:
11   SharpTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class SharpTV1a: public SharpTV1
17 {
18 public:
19   SharpTV1a(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class SharpTV1b: public SharpTV1
25 {
26 public:
27   SharpTV1b(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class SharpTV1c: public SharpTV1
33 {
34 public:
35   SharpTV1c(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 class SharpTV1d: public SharpTV1
41 {
42 public:
43   SharpTV1d(
44     QObject *guiObject,
45     unsigned int index);
46 };
47
48 class SharpTV1e: public SharpTV1
49 {
50 public:
51   SharpTV1e(
52     QObject *guiObject,
53     unsigned int index);
54 };
55
56 class SharpVCR1: public PIRKeysetMetaData
57 {
58 public:
59   SharpVCR1(
60     QObject *guiObject,
61     unsigned int index);
62 };
63
64
65 class SharpReceiver1: public PIRKeysetMetaData
66 {
67 public:
68   SharpReceiver1(
69     QObject *guiObject,
70     unsigned int index);
71 };
72
73 class SharpAC1: public PIRKeysetMetaData
74 {
75 public:
76   SharpAC1(
77     QObject *guiObject,
78     unsigned int index);
79 };
80
81 #endif // SHARP_H