ObjectList: Implemented interface for delete InfoItem

This commit is contained in:
YuSanka 2021-08-12 13:53:22 +02:00 committed by Lukas Matena
parent 5a005e8e0a
commit 08e2e29afd
3 changed files with 9 additions and 5 deletions

View file

@ -254,6 +254,7 @@ public:
void del_layer_from_object(const int obj_idx, const t_layer_height_range& layer_range);
void del_layers_from_object(const int obj_idx);
bool del_subobject_from_object(const int obj_idx, const int idx, const int type);
void del_info_item(const int obj_idx, InfoItemType type);
void split();
void merge(bool to_multipart_object);
void layers_editing();