| 174 | } |
| 175 | |
| 176 | void MultiViewBase::addSubMultiView(const std::string & title, MultiViewBase::Ptr multiview) |
| 177 | { |
| 178 | _subMultiViews[title] = multiview; |
| 179 | } |
| 180 | |
| 181 | ViewBase::Ptr & MultiViewBase::getIBRSubView(const std::string & title) |
| 182 | { |
nothing calls this directly
no outgoing calls
no test coverage detected