Change in locallab.h and cc some labels frame Box with const

This commit is contained in:
Desmis
2019-11-05 13:43:44 +01:00
parent 34851ead73
commit eb1884d255
2 changed files with 35 additions and 27 deletions

View File

@@ -461,28 +461,28 @@ private:
Gtk::Button* const lumaneutralButton;
Gtk::Button* const lumacontrastPlusButton;
sigc::connection lumacontrastMinusPressedConn, lumaneutralPressedConn, lumacontrastPlusPressedConn;
Gtk::Frame* gridFrame;
Gtk::Frame* mergecolFrame;
Gtk::Frame* merge1colFrame;
Gtk::Frame* pdeFrame;
Gtk::Frame* fatFrame;
Gtk::Frame* fatSHFrame;
Gtk::Frame* gamFrame;
Gtk::Frame* dehaFrame;
Gtk::Frame* retiFrame;
Gtk::Frame* retitoolFrame;
Gtk::Frame* residFrame;
Gtk::Frame* clariFrame;
Gtk::Frame* grainFrame;
ToolParamBlock * retiBox;
ToolParamBlock * maskretiBox;
LabGrid *labgrid;
Gtk::Label* mMLabels;
Gtk::Label* transLabels;
Gtk::Label* transLabels2;
Gtk::Frame* const gridFrame;
Gtk::Frame* const mergecolFrame;
Gtk::Frame* const merge1colFrame;
Gtk::Frame* const pdeFrame;
Gtk::Frame* const fatFrame;
Gtk::Frame* const fatSHFrame;
Gtk::Frame* const gamFrame;
Gtk::Frame* const dehaFrame;
Gtk::Frame* const retiFrame;
Gtk::Frame* const retitoolFrame;
Gtk::Frame* const residFrame;
Gtk::Frame* const clariFrame;
Gtk::Frame* const grainFrame;
ToolParamBlock * const retiBox;
ToolParamBlock * const maskretiBox;
LabGrid * const labgrid;
Gtk::Label* const mMLabels;
Gtk::Label* const transLabels;
Gtk::Label* const transLabels2;
// Others
Gtk::HBox* ctboxsoftmethod;
Gtk::HBox* ctboxexpmethod;
Gtk::HBox* const ctboxsoftmethod;
Gtk::HBox* const ctboxexpmethod;
double nextmin;
double nextmax;
double nextminiT;