src/EditRecipe.h

changeset 133
08635b028dcf
parent 132
9ede9c75cb54
child 134
5099df8ba6c6
equal deleted inserted replaced
132:9ede9c75cb54 133:08635b028dcf
293 void on_editHopRow_clicked(); 293 void on_editHopRow_clicked();
294 void on_addMiscRow_clicked(); 294 void on_addMiscRow_clicked();
295 void on_deleteMiscRow_clicked(); 295 void on_deleteMiscRow_clicked();
296 void on_editMiscRow_clicked(); 296 void on_editMiscRow_clicked();
297 297
298 void on_w2_vol_changed(double val);
299 void on_cacl2_changed(double val);
300 void on_caso4_changed(double val);
301 void on_mgso4_changed(double val);
302 void on_nacl_changed(double val);
303 void on_mgcl2_changed(double val);
304 void on_nahco3_changed(double val);
305 void on_caco3_changed(double val);
306
298 void on_perc_mash_valueChanged(int value); 307 void on_perc_mash_valueChanged(int value);
299 void on_perc_sugars_valueChanged(int value); 308 void on_perc_sugars_valueChanged(int value);
300 void on_perc_cara_valueChanged(int value); 309 void on_perc_cara_valueChanged(int value);
301 void on_lintner_valueChanged(int value); 310 void on_lintner_valueChanged(int value);
302 void on_Flavour_valueChanged(int value); 311 void on_Flavour_valueChanged(int value);
338 void to100Fermentables(int row); 347 void to100Fermentables(int row);
339 static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2); 348 static bool ferment_sort_test(const Fermentables &D1, const Fermentables &D2);
340 static bool hop_sort_test(const Hops &D1, const Hops &D2); 349 static bool hop_sort_test(const Hops &D1, const Hops &D2);
341 static bool misc_sort_test(const Miscs &D1, const Miscs &D2); 350 static bool misc_sort_test(const Miscs &D1, const Miscs &D2);
342 void WindowTitle(); 351 void WindowTitle();
352 void set_brewing_salt(QString salt, double val);
343 void calcFermentables(); 353 void calcFermentables();
344 void calcIBUs(); 354 void calcIBUs();
355 double mix(double v1, double v2, double c1, double c2);
356 void calcWater();
345 }; 357 };
346 358
347 #endif 359 #endif

mercurial