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

Method getViewerCurrentView

Engine/ViewerInstance.cpp:3298–3302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

renderCurrentFrameMethod · 0.80

Calls 2

ViewIdxClass · 0.70
getCurrentViewMethod · 0.45

Tested by

no test coverage detected