| 3025 | } // KnobHelper::clearExpression |
| 3026 | |
| 3027 | void |
| 3028 | KnobHelper::expressionChanged(int dimension) |
| 3029 | { |
| 3030 | if (_imp->holder) { |
| 3031 | _imp->holder->updateHasAnimation(); |
| 3032 | } |
| 3033 | |
| 3034 | if (_signalSlotHandler) { |
| 3035 | _signalSlotHandler->s_expressionChanged(dimension); |
| 3036 | } |
| 3037 | computeHasModifications(); |
| 3038 | } |
| 3039 | |
| 3040 | static bool |
| 3041 | catchErrors(PyObject* mainModule, |
nothing calls this directly
no test coverage detected