src/global.h

changeset 276
7316a419334d
parent 267
8af232524e64
child 277
2228d833c52a
equal deleted inserted replaced
275:f472f9773782 276:7316a419334d
170 struct Splits 170 struct Splits
171 { 171 {
172 QString name; ///< Name of split part 172 QString name; ///< Name of split part
173 QString code; ///< Code of split part 173 QString code; ///< Code of split part
174 double size; ///< Split volume size 174 double size; ///< Split volume size
175 };
176
177
178 struct Style
179 {
180 QString name;
181 QString category;
182 int category_number;
183 QString style_letter;
184 QString style_guide;
185 int type;
186 double og_min;
187 double og_max;
188 double fg_min;
189 double fg_max;
190 double ibu_min;
191 double ibu_max;
192 double color_min;
193 double color_max;
194 double carb_min;
195 double carb_max;
196 double abv_min;
197 double abv_max;
198 QString notes;
199 QString profile;
200 QString ingredients;
201 QString examples;
202 QString uuid;
175 }; 203 };
176 204
177 205
178 /* 206 /*
179 * The main recipe record stored in the database. 207 * The main recipe record stored in the database.

mercurial