Various changes in Locallab GUI

- Modified some Locallab tool default parameters
- Updates some labels
- Expanders visibility state is now kept when using history
- New added tool has now its visibily state resetted to default one
- Code cleanup
This commit is contained in:
Pandagrapher
2020-05-06 13:14:54 +02:00
parent 65c008aea7
commit aa41870346
7 changed files with 997 additions and 958 deletions

View File

@@ -181,14 +181,12 @@ public:
// Locallab tools expanders management functions
void foldAllButOne(LocallabTool* except);
void openAllTools();
private:
// Locallab tools management functions
void addTool(Gtk::Box* where, LocallabTool* tool);
// Locallab tools management functions
void openAllTools();
// Locallab GUI management function
void setParamEditable(bool cond);