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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2018-06-06 13:36:52 +0300
committerEnrico Turri <enricoturri@seznam.cz>2018-06-06 13:36:52 +0300
commite79037c44d085e6fb845a19a9cc789d76103d7f6 (patch)
tree0292d6eb2d0159caceb81961a82b1b39d1540e46 /xs/src/slic3r/GUI/GLCanvas3DManager.hpp
parent2dee4d1a83070f824d66cda7cc375c6db546c7d9 (diff)
3DScene member variables moved to c++
Diffstat (limited to 'xs/src/slic3r/GUI/GLCanvas3DManager.hpp')
-rw-r--r--xs/src/slic3r/GUI/GLCanvas3DManager.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
index 6ca22737b..ba9d3d36b 100644
--- a/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
+++ b/xs/src/slic3r/GUI/GLCanvas3DManager.hpp
@@ -70,6 +70,10 @@ public:
void set_cutting_plane(wxGLCanvas* canvas, float z, const ExPolygons& polygons);
+ void set_color_by(wxGLCanvas* canvas, const std::string& value);
+ void set_select_by(wxGLCanvas* canvas, const std::string& value);
+ void set_drag_by(wxGLCanvas* canvas, const std::string& value);
+
bool is_layers_editing_enabled(wxGLCanvas* canvas) const;
bool is_layers_editing_allowed(wxGLCanvas* canvas) const;
bool is_shader_enabled(wxGLCanvas* canvas) const;