MCPcopy 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
822int Widget::GetHierarchyLevel() const {
823 return m_hierarchy_level;
824}
825
826void Widget::SetViewport( RendererViewport::Ptr viewport ) {
827 m_viewport = viewport;

Callers 1

SetParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected