Collapse toolbar moved from GLCanvas3D to Plater::priv

This commit is contained in:
enricoturri1966 2020-06-05 12:33:09 +02:00
parent 1e3290fee1
commit 4f63095d9a
6 changed files with 96 additions and 79 deletions

View file

@ -315,6 +315,7 @@ public:
void sys_color_changed();
bool init_view_toolbar();
bool init_collapse_toolbar();
const Camera& get_camera() const;
Camera& get_camera();
@ -330,6 +331,9 @@ public:
const GLToolbar& get_view_toolbar() const;
GLToolbar& get_view_toolbar();
const GLToolbar& get_collapse_toolbar() const;
GLToolbar& get_collapse_toolbar();
const Mouse3DController& get_mouse3d_controller() const;
Mouse3DController& get_mouse3d_controller();