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

Method selectAll

Engine/source/gui/editor/guiEditCtrl.cpp:1440–1450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438//-----------------------------------------------------------------------------
1439
1440void GuiEditCtrl::selectAll()
1441{
1442 GuiControl::iterator i;
1443
1444 clearSelection();
1445 for(i = getCurrentAddSet()->begin(); i != getCurrentAddSet()->end(); i++)
1446 {
1447 GuiControl *ctrl = dynamic_cast<GuiControl *>(*i);
1448 addSelection( ctrl );
1449 }
1450}
1451
1452//-----------------------------------------------------------------------------
1453

Callers 1

DefineEngineMethodFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected