MCPcopy 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
810void Widget::HandleSetHierarchyLevel() {
811 if( m_drawable ) {
812 m_drawable->SetLevel( m_hierarchy_level );
813 }
814}
815
816void Widget::SetHierarchyLevel( int level ) {
817 m_hierarchy_level = level;

Callers

nothing calls this directly

Calls 1

SetLevelMethod · 0.45

Tested by

no test coverage detected