MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / zoomReset

Method zoomReset

Components/DopplerDialog.cpp:146–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void
147DopplerDialog::zoomReset(void)
148{
149 this->ui->waveform->zoomVertical(
150 static_cast<qreal>(0.),
151 this->max);
152
153 this->ui->waveform->zoomHorizontalReset();
154 this->ui->waveform->invalidate();
155}
156
157void
158DopplerDialog::showEvent(QShowEvent *)

Callers 2

showEventMethod · 0.95
onZoomResetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected