Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hideToolTip
Method · 0.80
showToolTip
Method · 0.80
moveToolTip
Method · 0.80
isNeedToolTip
Method · 0.80
getToolTipIndex
Method · 0.80
mouseDrag
Method · 0.80
getCellSelected
Method · 0.80
getCellData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected