src/EditRecipe.h

changeset 150
fd568cc1dd0e
parent 149
d73719fa2ebb
child 152
58e4ce7dd217
equal deleted inserted replaced
149:d73719fa2ebb 150:fd568cc1dd0e
260 void on_quitButton_clicked(); 260 void on_quitButton_clicked();
261 void on_deleteButton_clicked(); 261 void on_deleteButton_clicked();
262 void is_changed(); 262 void is_changed();
263 void name_changed(QString); 263 void name_changed(QString);
264 void notes_changed(); 264 void notes_changed();
265 void style_changed(); 265 void style_changed(int val);
266 void colormethod_changed(); 266 void colormethod_changed(int val);
267 void ibumethod_changed(int val);
268 void est_og_changed(double val);
269 void efficiency_changed(double val);
270 void boil_time_changed(int val);
271 void batch_size_changed(double val);
272 void brew_type_changed(int val);
267 void refreshFermentables(); 273 void refreshFermentables();
268 void refreshHops(); 274 void refreshHops();
269 void refreshMiscs(); 275 void refreshMiscs();
270 void refreshYeasts(); 276 void refreshYeasts();
271 void refreshMashs(); 277 void refreshMashs();
387 static bool yeast_sort_test(const Yeasts &D1, const Yeasts &D2); 393 static bool yeast_sort_test(const Yeasts &D1, const Yeasts &D2);
388 void WindowTitle(); 394 void WindowTitle();
389 void brewing_salt_sub(QString salt, double val); 395 void brewing_salt_sub(QString salt, double val);
390 void set_brewing_salt(QString salt, double val); 396 void set_brewing_salt(QString salt, double val);
391 void calcFermentables(); 397 void calcFermentables();
398 void calcFermentablesFromOG(double og);
392 void calcIBUs(); 399 void calcIBUs();
400 void adjustHops(double factor);
401 void adjustMiscs(double factor);
393 double ZAlkalinity(double pHZ); 402 double ZAlkalinity(double pHZ);
394 double ZRA(double pHZ); 403 double ZRA(double pHZ);
395 double BufferCapacity(Fermentables F); 404 double BufferCapacity(Fermentables F);
396 double AcidRequired(double ZpH, Fermentables F); 405 double AcidRequired(double ZpH, Fermentables F);
397 double ProtonDeficit(double pHZ); 406 double ProtonDeficit(double pHZ);
398 double MashpH(); 407 double MashpH();
399 void calcWater(); 408 void calcWater();
400 double GetBUGU(); 409 double GetBUGU();
401 double GetOptSO4Clratio(); 410 double GetOptSO4Clratio();
402 void calcYeast(); 411 void calcYeast();
412 void adjustYeasts(double factor);
403 double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp); 413 double infusionVol(double step_infused, double step_mashkg, double infuse_temp, double step_temp, double last_temp);
404 double decoctionVol(double step_volume, double step_temp, double prev_temp); 414 double decoctionVol(double step_volume, double step_temp, double prev_temp);
405 void calcMash(); 415 void calcMash();
416 void adjustWaters(double factor);
406 }; 417 };
407 418
408 #endif 419 #endif

mercurial