MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getDirectoryPath

Method getDirectoryPath

src/Mod/Material/App/Library.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127QString Library::getDirectoryPath() const
128{
129 return QDir(_directory).canonicalPath();
130}
131
132bool Library::operator==(const Library& library) const
133{

Callers 8

getModelLibrariesMethod · 0.80
getMaterialLibrariesMethod · 0.80
getLibraryRootMethod · 0.80
getLibraryRootMethod · 0.80
addModelDetailsMethod · 0.80
addMaterialDetailsMethod · 0.80
TEST_FFunction · 0.80

Calls 2

QDirClass · 0.50
canonicalPathMethod · 0.45

Tested by 3

addModelDetailsMethod · 0.64
addMaterialDetailsMethod · 0.64
TEST_FFunction · 0.64