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

Method rawValue

src/Gui/InputField.cpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489double InputField::rawValue() const
490{
491 return this->actQuantity.getValue();
492}
493
494void InputField::setUnit(const Base::Unit& unit)
495{

Callers 15

savePreferencesMethod · 0.45
updateIncrementsMethod · 0.45
onPositionChangeMethod · 0.45
onRotationChangeMethod · 0.45
syncValueFromSpinBoxMethod · 0.45
setPropertyMethod · 0.45
saveSettingsMethod · 0.45
onLineWidthChangedMethod · 0.45
createLeaderFeatureMethod · 0.45
updateLeaderFeatureMethod · 0.45
editByHighlightMethod · 0.45

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected