More Keysets
[pierogi] / keysets / lg.h
1 #ifndef LG_H
2 #define LG_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class LGTV1: public PIRKeysetMetaData
9 {
10 public:
11   LGTV1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class LGTV1a: public LGTV1
19 {
20 public:
21   LGTV1a(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class LGTV1b: public LGTV1
29 {
30 public:
31   LGTV1b(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 class LGTV1c: public LGTV1
39 {
40 public:
41   LGTV1c(
42     unsigned int index);
43
44   virtual void populateProtocol(
45     QObject *guiObject);
46 };
47
48 class LGTV2: public PIRKeysetMetaData
49 {
50 public:
51   LGTV2(
52     unsigned int index);
53
54   virtual void populateProtocol(
55     QObject *guiObject);
56 };
57
58 class LGTV2a: public LGTV2
59 {
60 public:
61   LGTV2a(
62     unsigned int index);
63
64   virtual void populateProtocol(
65     QObject *guiObject);
66 };
67
68 class LGTV2b: public LGTV2
69 {
70 public:
71   LGTV2b(
72     unsigned int index);
73
74   virtual void populateProtocol(
75     QObject *guiObject);
76 };
77
78 class LGDisc1: public PIRKeysetMetaData
79 {
80 public:
81   LGDisc1(
82     unsigned int index);
83
84   virtual void populateProtocol(
85     QObject *guiObject);
86 };
87
88 class LGDisc2: public PIRKeysetMetaData
89 {
90 public:
91   LGDisc2(
92     unsigned int index);
93
94   virtual void populateProtocol(
95     QObject *guiObject);
96 };
97
98 class LGDisc2a: public LGDisc2
99 {
100 public:
101   LGDisc2a(
102     unsigned int index);
103
104   virtual void populateProtocol(
105     QObject *guiObject);
106 };
107
108 class LGVCR1: public PIRKeysetMetaData
109 {
110 public:
111   LGVCR1(
112     unsigned int index);
113
114   virtual void populateProtocol(
115     QObject *guiObject);
116 };
117
118 class LGVCR1a: public LGVCR1
119 {
120 public:
121   LGVCR1a(
122     unsigned int index);
123
124   virtual void populateProtocol(
125     QObject *guiObject);
126 };
127
128 class LGVCR1b: public LGVCR1
129 {
130 public:
131   LGVCR1b(
132     unsigned int index);
133
134   virtual void populateProtocol(
135     QObject *guiObject);
136 };
137
138 class LGAC1: public PIRKeysetMetaData
139 {
140 public:
141   LGAC1(
142     unsigned int index);
143
144   virtual void populateProtocol(
145     QObject *guiObject);
146 };
147
148 #endif // LG_H