add balance deltaE

This commit is contained in:
Desmis
2019-03-13 12:42:14 +01:00
parent e572459207
commit 6548f3febd
11 changed files with 132 additions and 60 deletions

View File

@@ -62,6 +62,7 @@ public:
int transit;
double thresh;
double iter;
double balan;
};
/**
@@ -89,6 +90,7 @@ public:
bool transit;
bool thresh;
bool iter;
bool balan;
};
// Constructor and management functions
@@ -274,6 +276,7 @@ private:
Gtk::TreeModelColumn<int> transit;
Gtk::TreeModelColumn<double> thresh;
Gtk::TreeModelColumn<double> iter;
Gtk::TreeModelColumn<double> balan;
};
class RenameDialog:
@@ -329,6 +332,7 @@ private:
Adjuster* const transit_;
Adjuster* const thresh_;
Adjuster* const iter_;
Adjuster* const balan_;
// Internal variables
int lastObject_;