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

Method _updateLabelReference

src/App/Expression.cpp:2996–3000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2994}
2995
2996void VariableExpression::_updateLabelReference(
2997 App::DocumentObject *obj, const std::string &ref, const char *newLabel)
2998{
2999 var.updateLabelReference(obj,ref,newLabel);
3000}
3001
3002bool VariableExpression::_updateElementReference(
3003 App::DocumentObject *feature, bool reverse, ExpressionVisitor &v)

Callers 1

updateLabelReferenceMethod · 0.80

Calls 1

updateLabelReferenceMethod · 0.45

Tested by

no test coverage detected