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

Method setProjectPath

Engine/ProjectPrivate.cpp:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void
540ProjectPrivate::setProjectPath(const std::string& path)
541{
542 projectPath->setValue(path);
543}
544
545std::string
546ProjectPrivate::getProjectPath() const

Callers 3

loadProjectInternalMethod · 0.80
saveProjectInternalMethod · 0.80
doResetEndMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected