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

Method scrollVisible

Engine/source/gui/controls/guiTreeViewCtrl.cpp:1285–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1283//------------------------------------------------------------------------------
1284
1285bool GuiTreeViewCtrl::scrollVisible( S32 itemId )
1286{
1287 Item* item = getItem(itemId);
1288 if(item)
1289 return scrollVisible(item);
1290
1291 return false;
1292}
1293
1294//-----------------------------------------------------------------------------
1295

Callers 15

DebuggerConsoleViewFunction · 0.80
forestEditorGui.csFile · 0.80
ForestEditorGuiFunction · 0.80
shapeEditor.ed.csFile · 0.80
datablockEditor.csFile · 0.80
TerrainMaterialDlgFunction · 0.80
recordingsDlgFunction · 0.80
DebuggerConsoleViewFunction · 0.80
forestEditorGui.csFile · 0.80
ForestEditorGuiFunction · 0.80
shapeEditor.ed.csFile · 0.80
datablockEditor.csFile · 0.80

Calls 8

warnfFunction · 0.85
errorfFunction · 0.85
isInspectorDataMethod · 0.80
scrollRectVisibleMethod · 0.80
RectIClass · 0.50
testMethod · 0.45
setExpandedMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected