Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
void DbgFileView::clear()
204
{
205
for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
206
dFree(i->text);
207
mFileView.clear();
208
}
209
210
bool DbgFileView::findString(const char *text)
211
{
Callers
15
_internalRender
Method · 0.45
GuiImageList
Method · 0.45
Clear
Method · 0.45
setObjectModel
Method · 0.45
setObjectShapeAsset
Method · 0.45
unmountAll
Method · 0.45
onMouseUp
Method · 0.45
clearSelection
Method · 0.45
updateSelectedSet
Method · 0.45
doControlSnap
Method · 0.45
clearItems
Method · 0.45
showPopup
Method · 0.45
Calls
3
dFree
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
3
clearGroups
Method · 0.36
clearInspectObjects
Method · 0.36
clearFields
Method · 0.36