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

Method bringToFront

Engine/source/gui/editor/guiEditCtrl.cpp:1441–1448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439//-----------------------------------------------------------------------------
1440
1441void GuiEditCtrl::bringToFront()
1442{
1443 if( getNumSelected() != 1 )
1444 return;
1445
1446 GuiControl* ctrl = mSelectedControls.first();
1447 ctrl->getParent()->pushObjectToBack( ctrl );
1448}
1449
1450//-----------------------------------------------------------------------------
1451

Callers 15

main.csFile · 0.80
main.csFile · 0.80
main.csFile · 0.80
ConvexEditorPluginFunction · 0.80
main.csFile · 0.80
ParticleEditorPluginFunction · 0.80
main.csFile · 0.80
NavEditorPluginFunction · 0.80
EditorGuiFunction · 0.80
EditorGui.ed.csFile · 0.80
RiverEditorPluginFunction · 0.80
main.csFile · 0.80

Calls 4

getNumSelectedFunction · 0.85
firstMethod · 0.80
pushObjectToBackMethod · 0.80
getParentMethod · 0.45

Tested by

no test coverage detected