38 #include "ui_editraw.h" |
38 #include "ui_editraw.h" |
39 #include "ui_flip.h" |
39 #include "ui_flip.h" |
40 #include "ui_addhistoryline.h" |
40 #include "ui_addhistoryline.h" |
41 #include "algorithmtoolset.h" |
41 #include "algorithmtoolset.h" |
42 |
42 |
43 ConfigOption (int RoundPositionPrecision = 3) |
|
44 ConfigOption (int RoundMatrixPrecision = 4) |
|
45 ConfigOption (int SplitLinesSegments = 5) |
|
46 |
|
47 AlgorithmToolset::AlgorithmToolset (MainWindow* parent) : |
43 AlgorithmToolset::AlgorithmToolset (MainWindow* parent) : |
48 Toolset (parent) |
44 Toolset (parent) |
49 { |
45 { |
50 } |
46 } |
51 |
47 |