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

Method updateSelectedSet

Engine/source/gui/editor/guiEditCtrl.cpp:1569–1577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1567//-----------------------------------------------------------------------------
1568
1569void GuiEditCtrl::updateSelectedSet()
1570{
1571 mSelectedSet->clear();
1572 Vector<GuiControl*>::iterator i;
1573 for(i = mSelectedControls.begin(); i != mSelectedControls.end(); i++)
1574 {
1575 mSelectedSet->addObject(*i);
1576 }
1577}
1578
1579//-----------------------------------------------------------------------------
1580

Callers

nothing calls this directly

Calls 4

clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
addObjectMethod · 0.45

Tested by

no test coverage detected