MCPcopy 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

~ControlMethod · 0.45
shutdownMethod · 0.45
updateMethod · 0.45
moveSeparatorMethod · 0.45
setTypeMethod · 0.45
shutdownMethod · 0.45
executeCommandMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected