| 597 | } |
| 598 | |
| 599 | void View::get_scroll_layout(int64_t &length, int64_t &offset) |
| 600 | { |
| 601 | length = ceil(_session->cur_snap_sampletime() / _scale); |
| 602 | offset = _offset; |
| 603 | } |
| 604 | |
| 605 | void View::update_scroll() |
| 606 | { |
nothing calls this directly
no test coverage detected