mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Added split-function for the object in list.
Updated adding of amf-objects.
This commit is contained in:
parent
2142070331
commit
814d255c77
3 changed files with 35 additions and 15 deletions
|
@ -350,7 +350,8 @@ public:
|
|||
wxDataViewItem Add(wxString &name, int instances_count, int scale);
|
||||
wxDataViewItem AddChild(const wxDataViewItem &parent_item,
|
||||
const wxString &name,
|
||||
const wxIcon& icon);
|
||||
const wxIcon& icon,
|
||||
bool create_frst_child = true);
|
||||
wxDataViewItem Delete(const wxDataViewItem &item);
|
||||
void DeleteAll();
|
||||
wxDataViewItem GetItemById(int obj_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue