Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ clear
Method
clear
MyGUIEngine/include/MyGUI_Delegate.h:209–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void clear()
210
{
211
if (mRunning)
212
{
213
for (auto& delegate : mListDelegates)
214
delegate.reset();
215
}
216
else
217
mListDelegates.clear();
218
}
219
220
void clear(IDelegateUnlink* _unlink)
221
{
Callers
nothing calls this directly
Calls
3
reset
Method · 0.45
clear
Method · 0.45
compare
Method · 0.45
Tested by
no test coverage detected