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

Method LoadDocument

src/Base/Parameter.cpp:1606–1609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1604}
1605
1606int ParameterSerializer::LoadDocument(ParameterManager& mgr)
1607{
1608 return mgr.LoadDocument(filename.c_str());
1609}
1610
1611bool ParameterSerializer::LoadOrCreateDocument(ParameterManager& mgr)
1612{

Callers 8

LoadParametersMethod · 0.80
importFromMethod · 0.80
insertMethod · 0.80
revertMethod · 0.80
applyMethod · 0.80
applyConfigChangesMethod · 0.80
saveMethod · 0.80
acceptMethod · 0.80

Calls 13

getLockFileFunction · 0.85
getTimeoutFunction · 0.85
XStrClass · 0.85
StrXClass · 0.85
tryLockMethod · 0.80
toStdWStringMethod · 0.80
unicodeFormMethod · 0.80
c_strMethod · 0.45
filePathMethod · 0.45
whatMethod · 0.45
getMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected