Modified menu for open/save/save as project (3mf) and import/export

This commit is contained in:
Enrico Turri 2018-11-15 15:27:39 +01:00
parent a82c07e8cc
commit 9bb04ff15a
8 changed files with 242 additions and 16 deletions

View file

@ -102,7 +102,12 @@ public:
void recreate_GUI();
void system_info();
#if ENABLE_NEW_MENU_LAYOUT
void load_project(wxWindow *parent, wxString& input_file);
void import_model(wxWindow *parent, wxArrayString& input_files);
#else
void open_model(wxWindow *parent, wxArrayString& input_files);
#endif // ENABLE_NEW_MENU_LAYOUT
static bool catch_error(std::function<void()> cb,
// wxMessageDialog* message_dialog,
const std::string& err);