MCPcopy Create free account
hub / github.com/KDE/labplot / setFormula

Method setFormula

src/backend/matrix/Matrix.cpp:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588void Matrix::setFormula(const QString& formula) {
589 Q_D(Matrix);
590 exec(new MatrixSetFormulaCmd(d, formula));
591}
592
593//! This method should only be called by the view.
594/** This method does not change the view, it only changes the

Callers 15

generateMethod · 0.45
generateMethod · 0.45
loadMatrixMethod · 0.45
setDataMethod · 0.45
testFormulaMethod · 0.45
testFormula2Method · 0.45
testFormulaCellMethod · 0.45

Calls

no outgoing calls