Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
Tools/EditorFramework/Data.cpp:55–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void Data::clear()
56
{
57
while (!mChilds.empty())
58
{
59
DataPtr child = mChilds.back();
60
removeChild(child);
61
}
62
}
63
64
const Data::MapProperty& Data::getProperties() const
65
{
Callers
10
~Control
Method · 0.45
notifyChangeItemPosition
Method · 0.45
shutdown
Method · 0.45
restoreUniqueNameProperty
Method · 0.45
update
Method · 0.45
moveSeparator
Method · 0.45
UnregisterAllFactories
Method · 0.45
setType
Method · 0.45
shutdown
Method · 0.45
executeCommand
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected