MCPcopy 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

lockMethod · 0.45
_forcePickMethod · 0.45
addWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected