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

Method abortPreview_non_blocking

Engine/Node.cpp:1317–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315
1316
1317void
1318Node::Implementation::abortPreview_non_blocking()
1319{
1320 bool computing;
1321 {
1322 QMutexLocker locker(&computingPreviewMutex);
1323 computing = computingPreview;
1324 }
1325
1326 if (computing) {
1327 QMutexLocker l(&mustQuitPreviewMutex);
1328 ++mustQuitPreview;
1329 }
1330}
1331
1332void
1333Node::Implementation::abortPreview_blocking(bool allowPreviewRenders)

Callers 3

deactivateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected