Object context menu wip / Removed links to settings dialog from user interface / Fixed and unified append_menu_item() function / Fixed File->Open menu item / Fixed Window menu items / Added Plater menu

This commit is contained in:
Enrico Turri 2018-10-17 12:17:25 +02:00
parent 3059438853
commit 7d1828df05
12 changed files with 109 additions and 86 deletions

View file

@ -104,6 +104,8 @@ public:
Model& model();
Print& print();
void add();
void load_files(const std::vector<boost::filesystem::path> &input_files);
void update(bool force_autocenter = false);