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

Class ChildLabelPair

include/SFGUI/Notebook.hpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182
183 private:
184 struct ChildLabelPair {
185 Widget::Ptr child;
186 Widget::Ptr tab_label;
187
188 ChildLabelPair( Widget::Ptr child_, Widget::Ptr tab_label_ );
189 bool operator==( const ChildLabelPair& rhs ) const;
190 };
191
192 typedef std::deque<ChildLabelPair> ChildrenList;
193

Callers 2

InsertPageMethod · 0.85
GetPageOfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected