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

Method selectAll

Engine/source/gui/editor/guiEditCtrl.cpp:1427–1437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1425//-----------------------------------------------------------------------------
1426
1427void GuiEditCtrl::selectAll()
1428{
1429 GuiControl::iterator i;
1430
1431 clearSelection();
1432 for(i = getCurrentAddSet()->begin(); i != getCurrentAddSet()->end(); i++)
1433 {
1434 GuiControl *ctrl = dynamic_cast<GuiControl *>(*i);
1435 addSelection( ctrl );
1436 }
1437}
1438
1439//-----------------------------------------------------------------------------
1440

Callers 1

DefineConsoleMethodFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected