Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ GetHierarchyLevel
Method
GetHierarchyLevel
src/SFGUI/Widget.cpp:822–824 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
}
821
822
int Widget::GetHierarchyLevel() const {
823
return m_hierarchy_level;
824
}
825
826
void Widget::SetViewport( RendererViewport::Ptr viewport ) {
827
m_viewport = viewport;
Callers
1
SetParent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected