MCPcopy Create free account
hub / github.com/c3d/tao3D / currentProjectFolderPath

Method currentProjectFolderPath

tao/window.cpp:2952–2964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2950
2951
2952QString Window::currentProjectFolderPath()
2953// ----------------------------------------------------------------------------
2954// The current document folder
2955// ----------------------------------------------------------------------------
2956{
2957 if (repo)
2958 return repo->path;
2959
2960 if ( !currentProjectFolder.isEmpty())
2961 return currentProjectFolder;
2962
2963 return Application::defaultProjectFolderPath();
2964}
2965
2966
2967void Window::resetTaoMenus()

Callers 11

isToBeMovedMethod · 0.80
integrateFileMethod · 0.80
signDocumentMethod · 0.80
checkDocumentSignedMethod · 0.80
fillTextureMethod · 0.80
imageMethod · 0.80
imageSizeMethod · 0.80
listFilesMethod · 0.80
fileChosenMethod · 0.80
currentDocumentFolderMethod · 0.80
runProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected