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

Method redrawViewerNow

Engine/ViewerInstance.cpp:3215–3222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3213}
3214
3215void
3216ViewerInstance::redrawViewerNow()
3217{
3218 // always running in the main thread
3219 assert( qApp && qApp->thread() == QThread::currentThread() );
3220 assert(_imp->uiContext);
3221 _imp->uiContext->redrawNow();
3222}
3223
3224int
3225ViewerInstance::getLutType() const

Callers 1

processFrameMethod · 0.80

Calls 1

redrawNowMethod · 0.80

Tested by

no test coverage detected