Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
destroy
Method · 0.45
Command_Delete
Method · 0.45
Calls
8
rbegin
Method · 0.80
getWidget
Method · 0.80
empty
Method · 0.45
getParent
Method · 0.45
erase
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
destroyWidget
Method · 0.45
Tested by
no test coverage detected