MCPcopy Create free account
hub / github.com/MyGUI/mygui / DestroyChilds

Function DestroyChilds

Wrappers/MyGUI_Managed/BaseWidget.h:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 void DestroyChilds()
91 {
92 while (mChilds.Count > 0)
93 {
94 BaseWidget ^ child = mChilds[0];
95 delete child;
96 child = nullptr;
97 }
98 }
99
100 BaseWidget ^ getMangedParent(MyGUI::Widget* _widget)
101 {

Callers 2

~BaseWidgetFunction · 0.85
DisposeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected