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

Method reloadFile

src/App/VRMLObject.cpp:229–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void VRMLObject::reloadFile()
230{
231 // after restoring all inline files reload the VRML file
232 VrmlFile.touch();
233 Base::FileInfo fi(VrmlFile.getValue());
234 this->vrmlPath = fi.dirPath();
235}
236
237void VRMLObject::RestoreDocFile(Base::Reader& reader)
238{

Callers

nothing calls this directly

Calls 3

dirPathMethod · 0.80
touchMethod · 0.45
getValueMethod · 0.45

Tested by

no test coverage detected