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

Method updateSelectedSet

Engine/source/gui/editor/guiEditCtrl.cpp:1556–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1554//-----------------------------------------------------------------------------
1555
1556void GuiEditCtrl::updateSelectedSet()
1557{
1558 mSelectedSet->clear();
1559 Vector<GuiControl*>::iterator i;
1560 for(i = mSelectedControls.begin(); i != mSelectedControls.end(); i++)
1561 {
1562 mSelectedSet->addObject(*i);
1563 }
1564}
1565
1566//-----------------------------------------------------------------------------
1567

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