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