| 187 | } |
| 188 | |
| 189 | void MultiViewBase::addSubMultiView(const std::string & title, MultiViewBase::Ptr multiview) |
| 190 | { |
| 191 | _subMultiViews[title] = multiview; |
| 192 | } |
| 193 | |
| 194 | ViewBase::Ptr & MultiViewBase::getIBRSubView(const std::string & title) |
| 195 | { |
nothing calls this directly
no outgoing calls
no test coverage detected