Change in locallab.h and cc some labels frame Box with const
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user