| 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 |
no outgoing calls
no test coverage detected