Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
void DbgFileView::clear()
198
{
199
for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
200
dFree(i->text);
201
mFileView.clear();
202
}
203
204
bool DbgFileView::findString(const char *text)
205
{
Callers
15
_internalRender
Method · 0.45
clearMenus
Method · 0.45
GuiMenuBar
Method · 0.45
GuiImageList
Method · 0.45
Clear
Method · 0.45
setObjectModel
Method · 0.45
unmountAll
Method · 0.45
onMouseUp
Method · 0.45
clearSelection
Method · 0.45
updateSelectedSet
Method · 0.45
doControlSnap
Method · 0.45
clearGuides
Function · 0.45
Calls
3
dFree
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
2
clearGroups
Method · 0.36
clearInspectObjects
Method · 0.36