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

Method setCollapseGroup

Engine/source/gui/containers/guiWindowCtrl.cpp:442–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440//-----------------------------------------------------------------------------
441
442void GuiWindowCtrl::setCollapseGroup(bool state)
443{
444 GuiControl *parent = getParent();
445 if( !parent )
446 return;
447
448 if( mIsCollapsed != state )
449 {
450 mIsCollapsed = state;
451 handleCollapseGroup();
452 }
453}
454
455//-----------------------------------------------------------------------------
456

Callers 1

guiWindowCtrl.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected