Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ getDepth
Method
getDepth
MyGUIEngine/src/MyGUI_Widget.cpp:1442–1445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1440
}
1441
1442
int Widget::getDepth() const
1443
{
1444
return mDepth;
1445
}
1446
1447
void Widget::addWidget(Widget* _widget)
1448
{
Callers
3
lock
Method · 0.45
_forcePick
Method · 0.45
addWidget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected