| 6441 | } |
| 6442 | |
| 6443 | void |
| 6444 | AnimatingKnobStringHelper::stringFromInterpolatedValue(double interpolated, |
| 6445 | ViewSpec view, |
| 6446 | std::string* returnValue) const |
| 6447 | { |
| 6448 | assert( !view.isAll() ); |
| 6449 | Q_UNUSED(view); |
| 6450 | _animation->stringFromInterpolatedIndex(interpolated, returnValue); |
| 6451 | } |
| 6452 | |
| 6453 | void |
| 6454 | AnimatingKnobStringHelper::animationRemoved_virtual(int /*dimension*/) |
no test coverage detected