Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
492
Container::Ptr Widget::GetParent() {
493
return m_parent.lock();
494
}
495
496
Container::PtrConst Widget::GetParent() const {
497
return m_parent.lock();
Callers
2
HandleAbsolutePositionChange
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected