MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / clear

Method clear

Engine/source/gui/editor/guiDebugger.cpp:197–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197void DbgFileView::clear()
198{
199 for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
200 dFree(i->text);
201 mFileView.clear();
202}
203
204bool DbgFileView::findString(const char *text)
205{

Callers 15

_internalRenderMethod · 0.45
clearMenusMethod · 0.45
GuiMenuBarMethod · 0.45
GuiImageListMethod · 0.45
ClearMethod · 0.45
setObjectModelMethod · 0.45
unmountAllMethod · 0.45
onMouseUpMethod · 0.45
clearSelectionMethod · 0.45
updateSelectedSetMethod · 0.45
doControlSnapMethod · 0.45
clearGuidesFunction · 0.45

Calls 3

dFreeFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by 2

clearGroupsMethod · 0.36
clearInspectObjectsMethod · 0.36