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

Method Save

src/App/PropertyStandard.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void PropertyInteger::Save(Base::Writer& writer) const
117{
118 writer.Stream() << writer.ind() << "<Integer value=\"" << _lValue << "\"/>" << std::endl;
119}
120
121void PropertyInteger::Restore(Base::XMLReader& reader)
122{

Callers

nothing calls this directly

Calls 15

getContainerFunction · 0.85
incIndMethod · 0.80
decIndMethod · 0.80
isDeletableMethod · 0.80
isForceXMLMethod · 0.80
validateXMLStringMethod · 0.80
getExportNameMethod · 0.80
getPackedValueMethod · 0.80
getNameFunction · 0.70
getSizeFunction · 0.50
to_stringFunction · 0.50
stringMethod · 0.45

Tested by

no test coverage detected