Improved to "half-way usable" (version 0.5)
[pierogi] / keysets / goldstar.h
1 #ifndef GOLDSTAR_H
2 #define GOLDSTAR_H
3
4 #include "pirkeysetmetadata.h"
5
6 #include <QObject>
7
8 class GoldStarTV1: public PIRKeysetMetaData
9 {
10 public:
11   GoldStarTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16
17 class GoldStarTV2: public PIRKeysetMetaData
18 {
19 public:
20   GoldStarTV2(
21     QObject *guiObject,
22     unsigned int index);
23 };
24
25
26 class GoldStarVCR1: public PIRKeysetMetaData
27 {
28 public:
29   GoldStarVCR1(
30     QObject *guiObject,
31     unsigned int index);
32 };
33
34
35 class GoldStarVCR1a: public GoldStarVCR1
36 {
37 public:
38   GoldStarVCR1a(
39     QObject *guiObject,
40     unsigned int index);
41 };
42
43
44 class GoldStarVCR1b: public GoldStarVCR1
45 {
46 public:
47   GoldStarVCR1b(
48     QObject *guiObject,
49     unsigned int index);
50 };
51
52
53 class GoldStarVCR1c: public GoldStarVCR1
54 {
55 public:
56   GoldStarVCR1c(
57     QObject *guiObject,
58     unsigned int index);
59 };
60
61
62 class GoldStarCD1: public PIRKeysetMetaData
63 {
64 public:
65   GoldStarCD1(
66     QObject *guiObject,
67     unsigned int index);
68 };
69
70 #endif // GOLDSTAR_H