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

Method DestroyControls

Tools/ImageEditor/Application.cpp:441–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 }
440
441 void Application::DestroyControls()
442 {
443 for (auto& control : mControls)
444 delete control;
445 mControls.clear();
446 }
447
448}
449

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected