Display Transmission Map Info

This commit is contained in:
Desmis
2019-09-28 07:39:50 +02:00
parent 1dff395be0
commit e7df169df1
9 changed files with 184 additions and 26 deletions

View File

@@ -415,9 +415,20 @@ private:
ToolParamBlock * retiBox;
ToolParamBlock * maskretiBox;
LabGrid *labgrid;
Gtk::Label* mMLabels;
Gtk::Label* transLabels;
Gtk::Label* transLabels2;
// Others
Gtk::HBox* ctboxsoftmethod;
Gtk::HBox* ctboxexpmethod;
double nextmin;
double nextmax;
double nextminiT;
double nextmaxiT;
double nextmeanT;
double nextminT;
double nextmaxT;
double nextsigma;
/**
* Used to store the default ProcParams when setDefaults function is called
* When an other spot is selected, this default ProcParams is used to update adjusters default values
@@ -533,6 +544,9 @@ public:
void writeOptions(std::vector<int> &tpOpen);
void updateToolState(std::vector<int> &tpOpen);
void refChanged(double huer, double lumar, double chromar);
void minmaxChanged(double cdma, double cdmin, double mini, double maxi, double Tmean, double Tsigma, double Tmin, double Tmax) override;
void updateLabel();
void updateTrans();
// Mask visibility management functions
struct llMaskVisibility {