Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getValue
Method
getValue
src/App/PropertyStandard.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
long PropertyInteger::getValue() const
93
{
94
return _lValue;
95
}
96
97
PyObject* PropertyInteger::getPyObject()
98
{
Callers
5
setPathValue
Method · 0.45
PropertyStandard.cpp
File · 0.45
getPyObject
Method · 0.45
Save
Method · 0.45
getPyValue
Method · 0.45
Calls
4
getInt
Method · 0.45
c_str
Method · 0.45
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected