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

Method DestroyControls

Tools/SkinEditor/Application.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444
445 void Application::DestroyControls()
446 {
447 for (auto& control : mControls)
448 delete control;
449 mControls.clear();
450 }
451
452}
453

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected