Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/src/MyGUI_ResourceSkin.cpp:214–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void ResourceSkin::clear()
215
{
216
for (auto& state : mStates)
217
{
218
for (auto& info : state.second)
219
delete info;
220
}
221
}
222
223
void ResourceSkin::checkState(const MapStateInfo& _states)
224
{
Callers
1
~ResourceSkin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected