MCPcopy 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
92long PropertyInteger::getValue() const
93{
94 return _lValue;
95}
96
97PyObject* PropertyInteger::getPyObject()
98{

Callers 5

setPathValueMethod · 0.45
getPyObjectMethod · 0.45
SaveMethod · 0.45
getPyValueMethod · 0.45

Calls 4

getIntMethod · 0.45
c_strMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected