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

Method isExpanded

Engine/source/gui/controls/guiTreeViewCtrl.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676//-----------------------------------------------------------------------------
677
678bool GuiTreeViewCtrl::Item::isExpanded() const
679{
680 if(mState.test(InspectorData))
681 return mInspectorInfo.mObject ? mInspectorInfo.mObject->isExpanded() : false;
682 else
683 return mState.test(Expanded);
684}
685
686//-----------------------------------------------------------------------------
687

Callers 13

guiRolloutCtrl.cppFile · 0.45
_buildItemMethod · 0.45
insertItemMethod · 0.45
_hitTestMethod · 0.45
setItemExpandedMethod · 0.45
onKeyDownMethod · 0.45
onMouseDownMethod · 0.45
onRenderCellMethod · 0.45
onVirtualParentBuildMethod · 0.45
reparentItemsMethod · 0.45

Calls 1

testMethod · 0.45

Tested by

no test coverage detected