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

Method setExpanded

Engine/source/gui/controls/guiTreeViewCtrl.cpp:694–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692//-----------------------------------------------------------------------------
693
694void GuiTreeViewCtrl::Item::setExpanded(bool f)
695{
696 if( mState.test(InspectorData) )
697 {
698 if( !mInspectorInfo.mObject.isNull() )
699 mInspectorInfo.mObject->setExpanded(f);
700 }
701 else
702 mState.set(Expanded, f);
703}
704
705//-----------------------------------------------------------------------------
706

Callers 8

scrollVisibleMethod · 0.45
setItemExpandedMethod · 0.45
onMouseDownMethod · 0.45
onVirtualParentExpandMethod · 0.45
recurseInsertMethod · 0.45
setSelectedPathMethod · 0.45

Calls 3

testMethod · 0.45
isNullMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected