345a5237a412a2139cb39d6fc4fb2d917f1ad6a4
[pierogi] / keysets / bose.h
1 #ifndef BOSE_H
2 #define BOSE_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class BoseRadio1: public PIRKeysetMetaData
9 {
10 public:
11   BoseRadio1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class BoseRadio2: public PIRKeysetMetaData
17 {
18 public:
19   BoseRadio2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 class BoseRadio3: public PIRKeysetMetaData
25 {
26 public:
27   BoseRadio3(
28     QObject *guiObject,
29     unsigned int index);
30 };
31
32 class BoseHomeTheater1: public PIRKeysetMetaData
33 {
34 public:
35   BoseHomeTheater1(
36     QObject *guiObject,
37     unsigned int index);
38 };
39
40 #endif // BOSE_H