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

Method GetParent

src/SFGUI/Widget.cpp:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492Container::Ptr Widget::GetParent() {
493 return m_parent.lock();
494}
495
496Container::PtrConst Widget::GetParent() const {
497 return m_parent.lock();

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected