Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
double InputField::rawValue() const
490
{
491
return this->actQuantity.getValue();
492
}
493
494
void InputField::setUnit(const Base::Unit& unit)
495
{
Callers
15
savePreferences
Method · 0.45
updateIncrements
Method · 0.45
onPositionChange
Method · 0.45
onRotationChange
Method · 0.45
syncValueFromSpinBox
Method · 0.45
setProperty
Method · 0.45
DlgSettingsLightSources
Method · 0.45
saveSettings
Method · 0.45
onLineWidthChanged
Method · 0.45
createLeaderFeature
Method · 0.45
updateLeaderFeature
Method · 0.45
editByHighlight
Method · 0.45
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected