Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
clear
Method · 0.45
Tested by
no test coverage detected