MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getViewerCurrentView

Method getViewerCurrentView

Engine/ViewerInstance.cpp:3297–3301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

renderCurrentFrameMethod · 0.80

Calls 2

ViewIdxClass · 0.70
getCurrentViewMethod · 0.45

Tested by

no test coverage detected