mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Extended "Delete" functions
This commit is contained in:
parent
db7c58009c
commit
5c4c912132
3 changed files with 48 additions and 12 deletions
|
@ -195,7 +195,7 @@ public:
|
|||
m_container = true;
|
||||
m_children.Add(child);
|
||||
}
|
||||
unsigned int GetChildCount() const
|
||||
size_t GetChildCount() const
|
||||
{
|
||||
return m_children.GetCount();
|
||||
}
|
||||
|
@ -219,6 +219,7 @@ public:
|
|||
void Add(wxString &name);
|
||||
void AddChild(const wxDataViewItem &parent_item, wxString &name);
|
||||
void Delete(const wxDataViewItem &item);
|
||||
bool IsEmpty() { return m_objects.empty(); }
|
||||
|
||||
// helper method for wxLog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue