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

Method updateLabelReference

src/App/Expression.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void ExpressionVisitor::updateLabelReference(Expression &e,
249 DocumentObject *obj, const std::string &ref, const char *newLabel)
250{
251 e._updateLabelReference(obj,ref,newLabel);
252}
253
254bool ExpressionVisitor::updateElementReference(Expression &e, App::DocumentObject *feature, bool reverse) {
255 return e._updateElementReference(feature,reverse,*this);

Callers 4

CopyOnLabelChangeMethod · 0.45
visitMethod · 0.45
_updateLabelReferenceMethod · 0.45
CopyOnLabelChangeMethod · 0.45

Calls 6

_updateLabelReferenceMethod · 0.80
getDepLabelsMethod · 0.80
copyFunction · 0.70
sizeMethod · 0.45
compareMethod · 0.45
visitMethod · 0.45

Tested by

no test coverage detected