| 119 | } |
| 120 | |
| 121 | bool |
| 122 | EditExpressionDialog::hasRetVariable() const |
| 123 | { |
| 124 | return _knob->getKnob()->isExpressionUsingRetVariable(_dimension == -1 ? 0 : _dimension); |
| 125 | } |
| 126 | |
| 127 | QString |
| 128 | EditExpressionDialog::compileExpression(const QString& expr) |
nothing calls this directly
no test coverage detected