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

Method saveProject

Engine/PyAppInstance.cpp:422–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422bool
423App::saveProject(const QString& filename)
424{
425 std::string outFile = filename.toStdString();
426 std::map<std::string, std::string> env;
427 getInternalApp()->getProject()->getEnvironmentVariables(env);
428 Project::expandVariable(env, outFile);
429
430 return getInternalApp()->save(outFile);
431}
432
433bool
434App::saveProjectAs(const QString& filename)

Callers

nothing calls this directly

Calls 4

toStdStringMethod · 0.80
getProjectMethod · 0.80
saveMethod · 0.45

Tested by

no test coverage detected