Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportWidget_GetClientWidget
Method · 0.80
MyGUI_Managed_Widget.h
File · 0.80
getClient
Method · 0.80
initialiseOverride
Method · 0.80
_destroyChildWidget
Method · 0.80
attachToWidget
Method · 0.80
getOwner
Method · 0.80
initialiseOverride
Method · 0.80
moveNewWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected