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

Method clear

UnitTests/TestApp/Data.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void Data::clear()
54 {
55 while (!mChilds.empty())
56 {
57 Data* child = mChilds.back();
58 removeChild(child);
59 delete child;
60 }
61 }
62
63 const MyGUI::MapString Data::getProperties() const
64 {

Callers 15

shutdownMethod · 0.45
beginMethod · 0.45
destroyAllTexturesMethod · 0.45
Gui.hFile · 0.45
destroyAllResourcesMethod · 0.45
destroyAllResourcesMethod · 0.45
destroyAllResourcesMethod · 0.45
destroyAllResourcesMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected