Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1563
QString
1564
Project::getProjectPath() const
1565
{
1566
return QString::fromUtf8( _imp->getProjectPath().c_str() );
1567
}
1568
1569
bool
1570
Project::hasProjectBeenSavedByUser() const
Callers
12
save
Method · 0.45
isProjectAlreadyOpened
Method · 0.45
loadProjectInternal
Method · 0.45
saveProjectInternal
Method · 0.45
autoSave
Method · 0.45
getLockAbsoluteFilePath
Method · 0.45
removeLastAutosave
Method · 0.45
doResetEnd
Method · 0.45
saveProject
Method · 0.45
saveAndIncrVersion
Method · 0.45
reloadProject
Method · 0.45
FloatingWidget.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected