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

Method ChildInfo

src/SFGUI/Box.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145Box::ChildInfo::ChildInfo( Widget::Ptr widget_, bool expand_, bool fill_ ) :
146 widget( widget_.get() ),
147 expand( expand_ ),
148 fill( fill_ )
149{
150}
151
152bool Box::ChildInfo::operator==( const ChildInfo& rhs ) const {
153 return widget == rhs.widget;

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected