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

Method getContentControl

Engine/source/gui/core/guiCanvas.cpp:1404–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404GuiControl *GuiCanvas::getContentControl()
1405{
1406 if(size() > 0)
1407 return (GuiControl *) first();
1408 return NULL;
1409}
1410
1411void GuiCanvas::pushDialogControl(GuiControl *gui, S32 layer, bool center)
1412{

Callers 6

GuiEditorSelectDlgFunction · 0.80
guiEditor.ed.csFile · 0.80
GuiEditorSelectDlgFunction · 0.80
guiEditor.ed.csFile · 0.80
guiCanvas.cppFile · 0.80
guiEditCtrl.cppFile · 0.80

Calls 1

sizeFunction · 0.50

Tested by

no test coverage detected