src/global.h

changeset 533
288ed828d11a
parent 527
84091b9cb800
equal deleted inserted replaced
532:082786891630 533:288ed828d11a
732 double ta_bicarbonate; 732 double ta_bicarbonate;
733 double ta_sodium; 733 double ta_sodium;
734 double ta_chloride; 734 double ta_chloride;
735 double ta_sulfate; 735 double ta_sulfate;
736 double ta_hardness; 736 double ta_hardness;
737 double fw_calcium; ///< Final treated water.
738 double fw_magnesium;
739 double fw_bicarbonate;
740 double fw_total_alkalinity;
741 double fw_sodium;
742 double fw_chloride;
743 double fw_sulfate;
744 double fw_ph;
737 QList<Images> images_list; ///< List of loaded images. 745 QList<Images> images_list; ///< List of loaded images.
738 int images_count; ///< -1 if not yet loaded. 746 int images_count; ///< -1 if not yet loaded.
739 int images_current; ///< -1 or image in focus. 747 int images_current; ///< -1 or image in focus.
740 bool images_dirty; 748 bool images_dirty;
741 }; 749 };

mercurial