| 3295 | } |
| 3296 | |
| 3297 | ViewIdx |
| 3298 | ViewerInstance::getViewerCurrentView() const |
| 3299 | { |
| 3300 | return _imp->uiContext ? _imp->uiContext->getCurrentView() : ViewIdx(0); |
| 3301 | } |
| 3302 | |
| 3303 | void |
| 3304 | ViewerInstance::setActivateInputChangeRequestedFromViewer(bool fromViewer) |
no test coverage detected