| 551 | |
| 552 | |
| 553 | void DecodeTrace::on_new_decode_data() |
| 554 | { |
| 555 | decoded_progress(_decoder_stack->get_progress()); |
| 556 | |
| 557 | if (_view && _view->session().is_stopped_status()) |
| 558 | _view->data_updated(); |
| 559 | if (_totalHeight/_view->get_signalHeight() != rows_size()) |
| 560 | _view->signals_changed(NULL); |
| 561 | } |
| 562 | |
| 563 | int DecodeTrace::get_progress() |
| 564 | { |
nothing calls this directly
no test coverage detected