MCPcopy Create free account
hub / github.com/TankOs/SFGUI / SetHierarchyLevel

Method SetHierarchyLevel

src/SFGUI/Widget.cpp:816–820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816void Widget::SetHierarchyLevel( int level ) {
817 m_hierarchy_level = level;
818
819 HandleSetHierarchyLevel();
820}
821
822int Widget::GetHierarchyLevel() const {
823 return m_hierarchy_level;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected