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

Method clear

Engine/source/gui/editor/guiDebugger.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void DbgFileView::clear()
204{
205 for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
206 dFree(i->text);
207 mFileView.clear();
208}
209
210bool DbgFileView::findString(const char *text)
211{

Callers 15

_internalRenderMethod · 0.45
GuiImageListMethod · 0.45
ClearMethod · 0.45
setObjectModelMethod · 0.45
setObjectShapeAssetMethod · 0.45
unmountAllMethod · 0.45
onMouseUpMethod · 0.45
clearSelectionMethod · 0.45
updateSelectedSetMethod · 0.45
doControlSnapMethod · 0.45
clearItemsMethod · 0.45
showPopupMethod · 0.45

Calls 3

dFreeFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by 3

clearGroupsMethod · 0.36
clearInspectObjectsMethod · 0.36
clearFieldsMethod · 0.36