| 2688 | } |
| 2689 | |
| 2690 | void |
| 2691 | Project::getFrameRange(double* first, |
| 2692 | double* last) const |
| 2693 | { |
| 2694 | *first = _imp->frameRange->getValue(0); |
| 2695 | *last = _imp->frameRange->getValue(1); |
| 2696 | } |
| 2697 | |
| 2698 | void |
| 2699 | Project::unionFrameRangeWith(int first, |
no test coverage detected