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

Method disconnectViewer

Engine/ViewerInstance.cpp:3187–3194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3185}
3186
3187void
3188ViewerInstance::disconnectViewer()
3189{
3190 // always running in the render thread
3191 if (_imp->uiContext) {
3192 Q_EMIT viewerDisconnected();
3193 }
3194}
3195
3196void
3197ViewerInstance::disconnectTexture(int index,bool clearRod)

Callers 4

renderFrameMethod · 0.45
handleRenderFailureMethod · 0.45
renderCurrentFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected