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

Method getUserString

src/Base/Quantity.cpp:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279std::string Quantity::getUserString() const
280{
281 double dummy1 {}; // to satisfy GCC
282 std::string dummy2 {};
283 return getUserString(dummy1, dummy2);
284}
285
286std::string Quantity::getUserString(double& factor, std::string& unitString) const
287{

Callers 15

anyToStringFunction · 0.45
formatValueMethod · 0.45
getSheetImageMethod · 0.45
activatedMethod · 0.45
setDatumMethod · 0.45
getPresentationStringMethod · 0.45
dataMethod · 0.45
toStringMethod · 0.45
lengthToDisplayFormatMethod · 0.45
angleToDisplayFormatMethod · 0.45
updateFrameValuesMethod · 0.45
TaskPostFramesMethod · 0.45

Calls 1

translateMethod · 0.45

Tested by 3

parseQuantityFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36