Merge branch 'dev_native' into vb_dev_native_background_processing

This commit is contained in:
bubnikv 2018-10-18 18:03:17 +02:00
commit 857863102d
43 changed files with 1628 additions and 1085 deletions

View file

@ -104,9 +104,13 @@ public:
Model& model();
Print& print();
void add();
void load_files(const std::vector<boost::filesystem::path> &input_files);
void update(bool force_autocenter = false);
void select_view(const std::string& direction);
void remove(size_t obj_idx);
void remove_selected();
void increase(size_t num = 1);