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

Method getProjectPath

Engine/Project.cpp:1563–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563QString
1564Project::getProjectPath() const
1565{
1566 return QString::fromUtf8( _imp->getProjectPath().c_str() );
1567}
1568
1569bool
1570Project::hasProjectBeenSavedByUser() const

Callers 12

saveMethod · 0.45
loadProjectInternalMethod · 0.45
saveProjectInternalMethod · 0.45
autoSaveMethod · 0.45
removeLastAutosaveMethod · 0.45
doResetEndMethod · 0.45
saveProjectMethod · 0.45
saveAndIncrVersionMethod · 0.45
reloadProjectMethod · 0.45
FloatingWidget.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected