MCPcopy 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

resetMethod · 0.45
clearMethod · 0.45
compareMethod · 0.45

Tested by

no test coverage detected