Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Type MYGUICALL ExportWidget_IsRootWidget
Method · 0.80
MyGUI_Managed_Widget.h
File · 0.80
step_attach_layer
Function · 0.80
attachToLayerNode
Method · 0.80
baseCreateWidget
Method · 0.80
update
Method · 0.80
moveNewWidget
Method · 0.80
getCoordNewWidget
Method · 0.80
notifyChangePosition
Method · 0.80
notifyPropertyChangeCoord
Method · 0.80
updateSelectionFromValue
Method · 0.80
setWidgetCoord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected