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

Method redrawViewer

Engine/ViewerInstance.cpp:3204–3213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3202}
3203
3204void
3205ViewerInstance::redrawViewer()
3206{
3207 // always running in the main thread
3208 assert( qApp && qApp->thread() == QThread::currentThread() );
3209 if (!_imp->uiContext) {
3210 return;
3211 }
3212 _imp->uiContext->redraw();
3213}
3214
3215void
3216ViewerInstance::redrawViewerNow()

Callers 4

evaluateMethod · 0.80
processFrameMethod · 0.80
processProducedFrameMethod · 0.80
renderCurrentFrameMethod · 0.80

Calls 1

redrawMethod · 0.45

Tested by

no test coverage detected