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

Method remove

Tools/LayoutEditor/EditorWidgets.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 }
271
272 void EditorWidgets::remove(MyGUI::Widget* _widget)
273 {
274 remove(find(_widget));
275 mWidgetsChanged = true;
276 }
277
278 void EditorWidgets::remove(WidgetContainer* _container)
279 {

Callers 2

destroyMethod · 0.45
Command_DeleteMethod · 0.45

Calls 8

rbeginMethod · 0.80
getWidgetMethod · 0.80
emptyMethod · 0.45
getParentMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
destroyWidgetMethod · 0.45

Tested by

no test coverage detected