Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ HandleSetHierarchyLevel
Method
HandleSetHierarchyLevel
src/SFGUI/Widget.cpp:810–814 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
808
}
809
810
void Widget::HandleSetHierarchyLevel() {
811
if( m_drawable ) {
812
m_drawable->SetLevel( m_hierarchy_level );
813
}
814
}
815
816
void Widget::SetHierarchyLevel( int level ) {
817
m_hierarchy_level = level;
Callers
nothing calls this directly
Calls
1
SetLevel
Method · 0.45
Tested by
no test coverage detected