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

Method getFileName

src/App/Document.cpp:2412–2415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2410}
2411
2412const char* Document::getFileName() const
2413{
2414 return testStatus(TempDoc) ? TransientDir.getValue() : FileName.getValue();
2415}
2416
2417/// Remove all modifications. After this call The document becomes valid again.
2418void Document::purgeTouched() // NOLINT

Callers 11

replaceInputFileMethod · 0.45
replaceInputFilesMethod · 0.45
replacePropertyFilesMethod · 0.45
getDocPathMethod · 0.45
getMethod · 0.45
initMethod · 0.45
attachMethod · 0.45
slotSaveDocumentMethod · 0.45
setValueMethod · 0.45
SaveMethod · 0.45

Calls 2

testStatusFunction · 0.70
getValueMethod · 0.45

Tested by

no test coverage detected