Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ IsChild
Method
IsChild
src/SFGUI/Container.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
bool Container::IsChild( Widget::Ptr widget ) const {
41
return std::find( m_children.begin(), m_children.end(), widget ) != m_children.end();
42
}
43
44
const Container::WidgetsList& Container::GetChildren() const {
45
return m_children;
Callers
nothing calls this directly
Calls
1
end
Method · 0.80
Tested by
no test coverage detected