Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-12-18 11:34:41 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-12-18 11:34:41 +0300
commita326ce06b1cdbe3abe122bdf022492fe10bc1dbe (patch)
tree03a2e168c119746bd6d2037876e158c0c3a8a5e9 /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parent0eca8f14cc68e596e597539d78a3ee8035a3edcd (diff)
Removed unneeded methods from ObjectManipulation
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 3a8df4111..cbc22a2dd 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -37,17 +37,11 @@ public:
void reset_rotation_value();
void reset_scale_value();
- void update_values();
// update position values displacements or "gizmos"
- void update_position_values();
void update_position_value(const Vec3d& position);
// update scale values after scale unit changing or "gizmos"
- void update_scale_values();
void update_scale_value(const Vec3d& scaling_factor);
- // update rotation values object selection changing
- void update_rotation_values();
// update rotation value after "gizmos"
- void update_rotation_value(double angle, Axis axis);
void update_rotation_value(const Vec3d& rotation);
void set_uniform_scaling(const bool uniform_scale) { m_is_uniform_scale = uniform_scale; }