src/global.h

changeset 287
83e66c6b6e07
parent 286
18a7e8d67fc5
child 288
717140ab5647
equal deleted inserted replaced
286:18a7e8d67fc5 287:83e66c6b6e07
161 double inventory; ///< In product, current inventory. 161 double inventory; ///< In product, current inventory.
162 bool avail; ///< Product available in database. 162 bool avail; ///< Product available in database.
163 }; 163 };
164 164
165 165
166 struct Mashs 166 struct MashSteps
167 { 167 {
168 QString step_name; 168 QString step_name;
169 int step_type; 169 int step_type;
170 double step_volume; ///< The water volume upto this step. 170 double step_volume; ///< The water volume upto this step.
171 double step_infuse_amount; ///< Infuse/decoction volume this step. 171 double step_infuse_amount; ///< Infuse/decoction volume this step.
361 361
362 QList<Fermentables> fermentables; 362 QList<Fermentables> fermentables;
363 QList<Hops> hops; 363 QList<Hops> hops;
364 QList<Miscs> miscs; 364 QList<Miscs> miscs;
365 QList<Yeasts> yeasts; 365 QList<Yeasts> yeasts;
366 QList<Mashs> mashs; 366 QList<MashSteps> mashs;
367 367
368 /* 368 /*
369 * These are not in the MySL database, but are global variables 369 * These are not in the MySL database, but are global variables
370 * that belong with the loaded recipe data and are present to 370 * that belong with the loaded recipe data and are present to
371 * make things easier. 371 * make things easier.
606 606
607 QList<Fermentables> fermentables; 607 QList<Fermentables> fermentables;
608 QList<Hops> hops; 608 QList<Hops> hops;
609 QList<Miscs> miscs; 609 QList<Miscs> miscs;
610 QList<Yeasts> yeasts; 610 QList<Yeasts> yeasts;
611 QList<Mashs> mashs; 611 QList<MashSteps> mashs;
612 612
613 /* 613 /*
614 * These are not in the MySL database, but are global variables 614 * These are not in the MySL database, but are global variables
615 * that belong with the loaded product data and are present to 615 * that belong with the loaded product data and are present to
616 * make things easier. 616 * make things easier.

mercurial