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

Method getClientWidget

MyGUIEngine/src/MyGUI_Widget.cpp:1367–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365 }
1366
1367 Widget* Widget::getClientWidget()
1368 {
1369 return mWidgetClient;
1370 }
1371
1372 const Widget* Widget::getClientWidget() const
1373 {

Callers 9

getClientMethod · 0.80
initialiseOverrideMethod · 0.80
_destroyChildWidgetMethod · 0.80
attachToWidgetMethod · 0.80
getOwnerMethod · 0.80
initialiseOverrideMethod · 0.80
moveNewWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected