Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getParent
Method
getParent
MyGUIEngine/src/MyGUI_Widget.cpp:1352–1355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1350
}
1351
1352
Widget* Widget::getParent() const
1353
{
1354
return mParent;
1355
}
1356
1357
void Widget::setEnabledSilent(bool _value)
1358
{
Callers
15
notifyMousePressed
Method · 0.45
getTrackPlaceLength
Method · 0.45
addTime
Method · 0.45
initialiseOverride
Method · 0.45
getIndexByWidget
Method · 0.45
detachFromWidget
Method · 0.45
attachToWidget
Method · 0.45
destroyChildItemNode
Method · 0.45
upChildItemNode
Method · 0.45
destroyWidget
Method · 0.45
getOwner
Method · 0.45
upLayerItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected