| 1326 | } |
| 1327 | |
| 1328 | void |
| 1329 | TimeWindow::onFit(void) |
| 1330 | { |
| 1331 | if (this->ui->realWaveform->isComplete()) { |
| 1332 | this->ui->realWaveform->fitToEnvelope(); |
| 1333 | this->ui->imagWaveform->fitToEnvelope(); |
| 1334 | |
| 1335 | this->ui->realWaveform->zoomHorizontalReset(); |
| 1336 | this->ui->imagWaveform->zoomHorizontalReset(); |
| 1337 | |
| 1338 | this->ui->realWaveform->invalidate(); |
| 1339 | this->ui->imagWaveform->invalidate(); |
| 1340 | } |
| 1341 | } |
| 1342 | |
| 1343 | void |
| 1344 | TimeWindow::onToggleAutoFit(void) |
no outgoing calls
no test coverage detected