MCPcopy Create free account
hub / github.com/MyGUI/mygui / _setContainer

Method _setContainer

MyGUIEngine/src/MyGUI_Widget.cpp:1387–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385 }
1386
1387 void Widget::_setContainer(Widget* _value)
1388 {
1389 mContainer = _value;
1390 }
1391
1392 Widget* Widget::_getContainer() const
1393 {

Callers 3

initialiseOverrideMethod · 0.80
getItemWidgetMethod · 0.80
updateLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected