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

Method getProjectPath

Engine/Project.cpp:1463–1467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463QString
1464Project::getProjectPath() const
1465{
1466 return QString::fromUtf8( _imp->getProjectPath().c_str() );
1467}
1468
1469bool
1470Project::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