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

Method ChildLabelPair

src/SFGUI/Notebook.cpp:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341Notebook::ChildLabelPair::ChildLabelPair( Widget::Ptr child_, Widget::Ptr tab_label_ ) :
342 child( child_ ),
343 tab_label( tab_label_ )
344{
345}
346
347bool Notebook::ChildLabelPair::operator==( const ChildLabelPair& rhs ) const {
348 return child == rhs.child;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected