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

Method isPlaybackAutoRestartEnabled

Engine/OutputSchedulerThread.cpp:3131–3137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3129}
3130
3131bool
3132RenderEngine::isPlaybackAutoRestartEnabled() const
3133{
3134 QMutexLocker k(&_imp->canAutoRestartPlaybackMutex);
3135
3136 return _imp->canAutoRestartPlayback;
3137}
3138
3139void
3140RenderEngine::quitEngine(bool allowRestarts)

Callers 1

threadLoopOnceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected