| 1184 | } |
| 1185 | |
| 1186 | void View::on_state_changed(bool stop) |
| 1187 | { |
| 1188 | if (stop) { |
| 1189 | _time_viewport->stop_trigger_timer(); |
| 1190 | _fft_viewport->stop_trigger_timer(); |
| 1191 | } |
| 1192 | update_scale_offset(); |
| 1193 | } |
| 1194 | |
| 1195 | QRect View::get_view_rect() |
| 1196 | { |
nothing calls this directly
no test coverage detected