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

Method isExpanded

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

Source from the content-addressed store, hash-verified

682//-----------------------------------------------------------------------------
683
684bool GuiTreeViewCtrl::Item::isExpanded() const
685{
686 if(mState.test(InspectorData))
687 return mInspectorInfo.mObject ? mInspectorInfo.mObject->isExpanded() : false;
688 else
689 return mState.test(Expanded);
690}
691
692//-----------------------------------------------------------------------------
693

Callers 13

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

Calls 1

testMethod · 0.45

Tested by

no test coverage detected