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

Method setProjectFilename

Engine/ProjectPrivate.cpp:527–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525} // ProjectPrivate::runOnProjectLoadCallback
526
527void
528ProjectPrivate::setProjectFilename(const std::string& filename)
529{
530 projectName->setValue(filename);
531}
532
533std::string
534ProjectPrivate::getProjectFilename() const

Callers 3

loadProjectInternalMethod · 0.80
saveProjectInternalMethod · 0.80
doResetEndMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected