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

Method _getContainer

MyGUIEngine/src/MyGUI_Widget.cpp:1392–1395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390 }
1391
1392 Widget* Widget::_getContainer() const
1393 {
1394 return mContainer;
1395 }
1396
1397 size_t Widget::_getContainerIndex(const IntPoint& _point) const
1398 {

Callers 8

hideToolTipMethod · 0.80
showToolTipMethod · 0.80
moveToolTipMethod · 0.80
isNeedToolTipMethod · 0.80
getToolTipIndexMethod · 0.80
mouseDragMethod · 0.80
getCellSelectedMethod · 0.80
getCellDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected