| 586 | } |
| 587 | |
| 588 | void 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 |
no outgoing calls