MCPcopy 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

notifyMousePressedMethod · 0.45
getTrackPlaceLengthMethod · 0.45
addTimeMethod · 0.45
initialiseOverrideMethod · 0.45
getIndexByWidgetMethod · 0.45
detachFromWidgetMethod · 0.45
attachToWidgetMethod · 0.45
destroyChildItemNodeMethod · 0.45
upChildItemNodeMethod · 0.45
destroyWidgetMethod · 0.45
getOwnerMethod · 0.45
upLayerItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected