Saving of Locallab tool parameters in .pp3 file

- Control spot panel parameters are now saved in .pp3 file
- Control spot curved are now visible when Locallab tool panel is
active, not visible otherwise

Limitations:
- Other Locallab tool parameters aren't saved in .pp3 file yet
- Locallab tools are temporary deactivated (time to end procparam
update)
This commit is contained in:
Pandagrapher
2018-07-26 19:20:33 +02:00
parent 74dd3a6a10
commit a31393adb1
21 changed files with 2913 additions and 2817 deletions

View File

@@ -455,9 +455,31 @@ public:
};
class LocallabParamsEdited
{
// TODO To be manage by vector<bool>
public:
bool enabled;
bool nbspot;
bool selspot;
// Control spot settings
bool id;
bool name;
bool isvisible;
bool shape;
bool spotMethod;
bool shapeMethod;
bool locX;
bool locXL;
bool locY;
bool locYT;
bool centerX;
bool centerY;
bool circrad;
bool qualityMethod;
bool transit;
bool thresh;
bool iter;
/*
bool degree;
bool locY;
bool locX;
@@ -567,7 +589,11 @@ public:
bool pastsattog;
bool skintonescurve;
bool sensiv;
bool spotduplicated;
bool spotduplicated;
bool id;
bool name;
bool isvisible;
*/
};
@@ -913,7 +939,8 @@ public:
};
class MetaDataParamsEdited {
class MetaDataParamsEdited
{
public:
bool mode;
};