First Extras-Testing Candidate Release
[pierogi] / keysets / mce.h
1 #ifndef MCE_H
2 #define MCE_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class MCERemote1: public PIRKeysetMetaData
9 {
10 public:
11   MCERemote1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class MCERemote1a: public MCERemote1
17 {
18 public:
19   MCERemote1a(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class MCERemote1b: public MCERemote1
25 {
26 public:
27   MCERemote1b(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class MCERemote1c: public MCERemote1
33 {
34 public:
35   MCERemote1c(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 class MCERemote1d: public MCERemote1
41 {
42 public:
43   MCERemote1d(
44     QObject *guiObject,
45     unsigned int index);
46 };
47
48 class MCERemote1e: public MCERemote1
49 {
50 public:
51   MCERemote1e(
52     QObject *guiObject,
53     unsigned int index);
54 };
55
56 class MCERemote1f: public MCERemote1
57 {
58 public:
59   MCERemote1f(
60     QObject *guiObject,
61     unsigned int index);
62 };
63
64 class MCERemote1g: public MCERemote1
65 {
66 public:
67   MCERemote1g(
68     QObject *guiObject,
69     unsigned int index);
70 };
71
72 #endif // MCE_H