| 320 | } |
| 321 | |
| 322 | int MultiViewBase::numSubViews() const |
| 323 | { |
| 324 | return static_cast<int>(_subViews.size() + _ibrSubViews.size() + _subMultiViews.size()); |
| 325 | } |
| 326 | |
| 327 | void MultiViewBase::captureView(const std::string & subviewName, const std::string & path, const std::string & filename) |
| 328 | { |