src/EditProduct.h

changeset 483
eb0a5f132ea9
parent 482
e13763ec829f
equal deleted inserted replaced
482:e13763ec829f 483:eb0a5f132ea9
101 void yeast_starter_sg_changed(double val); 101 void yeast_starter_sg_changed(double val);
102 void yeast_starter_edit_clicked(); 102 void yeast_starter_edit_clicked();
103 void yeast_pitchrate_button_clicked(); 103 void yeast_pitchrate_button_clicked();
104 void yeast_retry_button_clicked(); 104 void yeast_retry_button_clicked();
105 void yeast_amount_changed(double val); 105 void yeast_amount_changed(double val);
106 void yeast_package_changed(int val);
106 void yeast_select_changed(int val); 107 void yeast_select_changed(int val);
107 void yeast_instock_changed(bool val); 108 void yeast_instock_changed(bool val);
108 void yeast_useat_changed(int val); 109 void yeast_useat_changed(int val);
109 void pitchindex_changed(int val); 110 void pitchindex_changed(int val);
110 void pitchrate_changed(double val); 111 void pitchrate_changed(double val);
338 void calcSteps(int stype, double start, double needed); 339 void calcSteps(int stype, double start, double needed);
339 void initYeast(); 340 void initYeast();
340 void calcViability(); 341 void calcViability();
341 void calcYeast(); 342 void calcYeast();
342 void adjustYeasts(double factor); 343 void adjustYeasts(double factor);
344 void yeast_load_packages(QString laboratory, int form);
343 double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp); 345 double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp);
344 double decoctionVol(double step_volume, double step_temp, double prev_temp); 346 double decoctionVol(double step_volume, double step_temp, double prev_temp);
345 void calcMash(); 347 void calcMash();
346 void adjustWaters(double factor); 348 void adjustWaters(double factor);
347 void updateBrewday(); 349 void updateBrewday();

mercurial