Memory Management Improved
[pierogi] / keysets / dish.h
1 #ifndef DISH_H
2 #define DISH_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class DishReceiver1: public PIRKeysetMetaData
9 {
10 public:
11   DishReceiver1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 class DishReceiver1a: public DishReceiver1
19 {
20 public:
21   DishReceiver1a(
22     unsigned int index);
23
24   virtual void populateProtocol(
25     QObject *guiObject);
26 };
27
28 class DishReceiver1b: public DishReceiver1
29 {
30 public:
31   DishReceiver1b(
32     unsigned int index);
33
34   virtual void populateProtocol(
35     QObject *guiObject);
36 };
37
38 class DishReceiver1c: public DishReceiver1
39 {
40 public:
41   DishReceiver1c(
42     unsigned int index);
43
44   virtual void populateProtocol(
45     QObject *guiObject);
46 };
47
48 class DishReceiver1d: public DishReceiver1
49 {
50 public:
51   DishReceiver1d(
52     unsigned int index);
53
54   virtual void populateProtocol(
55     QObject *guiObject);
56 };
57
58 class DishReceiver1e: public DishReceiver1
59 {
60 public:
61   DishReceiver1e(
62     unsigned int index);
63
64   virtual void populateProtocol(
65     QObject *guiObject);
66 };
67
68 class DishReceiver1f: public DishReceiver1
69 {
70 public:
71   DishReceiver1f(
72     unsigned int index);
73
74   virtual void populateProtocol(
75     QObject *guiObject);
76 };
77
78 class DishReceiver1g: public DishReceiver1
79 {
80 public:
81   DishReceiver1g(
82     unsigned int index);
83
84   virtual void populateProtocol(
85     QObject *guiObject);
86 };
87
88 class DishReceiver1h: public DishReceiver1
89 {
90 public:
91   DishReceiver1h(
92     unsigned int index);
93
94   virtual void populateProtocol(
95     QObject *guiObject);
96 };
97
98 class DishReceiver1i: public DishReceiver1
99 {
100 public:
101   DishReceiver1i(
102     unsigned int index);
103
104   virtual void populateProtocol(
105     QObject *guiObject);
106 };
107
108 class DishReceiver1j: public DishReceiver1
109 {
110 public:
111   DishReceiver1j(
112     unsigned int index);
113
114   virtual void populateProtocol(
115     QObject *guiObject);
116 };
117
118 class DishReceiver1k: public DishReceiver1
119 {
120 public:
121   DishReceiver1k(
122     unsigned int index);
123
124   virtual void populateProtocol(
125     QObject *guiObject);
126 };
127
128 class DishReceiver1l: public DishReceiver1
129 {
130 public:
131   DishReceiver1l(
132     unsigned int index);
133
134   virtual void populateProtocol(
135     QObject *guiObject);
136 };
137
138 class DishReceiver1m: public DishReceiver1
139 {
140 public:
141   DishReceiver1m(
142     unsigned int index);
143
144   virtual void populateProtocol(
145     QObject *guiObject);
146 };
147
148 class DishReceiver1n: public DishReceiver1
149 {
150 public:
151   DishReceiver1n(
152     unsigned int index);
153
154   virtual void populateProtocol(
155     QObject *guiObject);
156 };
157
158 class DishReceiver1o: public DishReceiver1
159 {
160 public:
161   DishReceiver1o(
162     unsigned int index);
163
164   virtual void populateProtocol(
165     QObject *guiObject);
166 };
167
168 #endif // DISH_H