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

Method getExpressions

src/App/PropertyExpressionEngine.cpp:1138–1146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1136}
1137
1138std::map<App::ObjectIdentifier, const App::Expression*>
1139PropertyExpressionEngine::getExpressions() const
1140{
1141 std::map<App::ObjectIdentifier, const Expression*> res;
1142 for (auto& v : expressions) {
1143 res[v.first] = v.second.expression.get();
1144 }
1145 return res;
1146}
1147
1148void PropertyExpressionEngine::setExpressions(
1149 std::map<App::ObjectIdentifier, App::ExpressionPtr>&& exprs)

Callers 9

removeDynamicPropertyMethod · 0.45
renameDynamicPropertyMethod · 0.45
getPropertyUsesObjFunction · 0.45
addMethod · 0.45
addEdgesMethod · 0.45
copyExpressionsMethod · 0.45
pasteExpressionsMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected