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

Method quit

Engine/AppManager.cpp:555–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void
556AppManager::quit(const AppInstancePtr& instance)
557{
558 QuitInstanceArgsPtr args = std::make_shared<QuitInstanceArgs>();
559
560 args->instance = instance;
561 if ( !instance->getProject()->quitAnyProcessingForAllNodes(this, args) ) {
562 afterQuitProcessingCallback(args);
563 }
564}
565
566void
567AppManager::quitApplication()

Callers 5

~PrecompNodeMethod · 0.45
abortProjectMethod · 0.45

Calls 2

getProjectMethod · 0.80

Tested by

no test coverage detected