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

Method isRootWidget

MyGUIEngine/src/MyGUI_Widget.cpp:1347–1350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1345 }
1346
1347 bool Widget::isRootWidget() const
1348 {
1349 return nullptr == mCroppedParent;
1350 }
1351
1352 Widget* Widget::getParent() const
1353 {

Callers 13

step_attach_layerFunction · 0.80
attachToLayerNodeMethod · 0.80
baseCreateWidgetMethod · 0.80
updateMethod · 0.80
moveNewWidgetMethod · 0.80
getCoordNewWidgetMethod · 0.80
notifyChangePositionMethod · 0.80
setWidgetCoordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected