MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / HasParentUI

Method HasParentUI

ZEngine/src/UIComponent.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 bool UIComponent::HasParentUI() const {
44 return m_parent_ui.expired() == false;
45 }
46
47 bool UIComponent::HasChildren() const {
48 return m_children.size() > 0;

Callers 1

AddChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected