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

Method setExpression

src/Gui/Dialogs/DlgExpressionInput.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 Binding() = default;
490
491 void setExpression(std::shared_ptr<App::Expression> expr) override
492 {
493 ExpressionBinding::setExpression(expr);
494 }
495};
496
497static constexpr const char* InvalidIdentifierMessage = QT_TR_NOOP(

Callers 2

onChangeMethod · 0.45
createBindingVarSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected