| 3410 | } |
| 3411 | |
| 3412 | boost::shared_ptr<TimeLine> |
| 3413 | ViewerInstance::getTimeline() const |
| 3414 | { |
| 3415 | return _imp->uiContext ? _imp->uiContext->getTimeline() : getApp()->getTimeLine(); |
| 3416 | } |
| 3417 | |
| 3418 | void |
| 3419 | ViewerInstance::getTimelineBounds(int* first, |
no test coverage detected