Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
shutdown
Method · 0.45
begin
Method · 0.45
destroyAllTextures
Method · 0.45
MyGUI_ExportDataManager.cpp
File · 0.45
Gui.h
File · 0.45
destroyAllResources
Method · 0.45
MyGUI_DirectXDataManager.cpp
File · 0.45
destroyAllResources
Method · 0.45
MyGUI_OpenGL3DataManager.cpp
File · 0.45
MyGUI_OpenGLDataManager.cpp
File · 0.45
destroyAllResources
Method · 0.45
destroyAllResources
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected