MCPcopy Create free account
hub / github.com/TankOs/SFGUI / operator==

Method operator==

src/SFGUI/Box.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool Box::ChildInfo::operator==( const ChildInfo& rhs ) const {
153 return widget == rhs.widget;
154}
155
156void Box::SetSpacing( float spacing ) {
157 m_spacing = spacing;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected