Work with model objects like reference (from/to perl side)

This commit is contained in:
YuSanka 2018-07-24 12:15:36 +02:00
parent 36f8050d7b
commit 97a25cf608
6 changed files with 25 additions and 13 deletions

View file

@ -10,6 +10,7 @@ class wxMenu;
namespace Slic3r {
class ModelObject;
class Model;
namespace GUI {
@ -73,6 +74,7 @@ void init_mesh_icons();
void set_event_object_selection_changed(const int& event);
void set_event_object_settings_changed(const int& event);
void set_event_remove_object(const int& event);
void set_objects_from_model(Model &model);
bool is_parts_changed();
bool is_part_settings_changed();