MCPcopy 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
40bool Container::IsChild( Widget::Ptr widget ) const {
41 return std::find( m_children.begin(), m_children.end(), widget ) != m_children.end();
42}
43
44const Container::WidgetsList& Container::GetChildren() const {
45 return m_children;

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected