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

Method onPeriodicDivisionsChanged

Components/TimeWindow.cpp:1287–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287void
1288TimeWindow::onPeriodicDivisionsChanged(void)
1289{
1290 this->ui->realWaveform->setDivsPerSelection(
1291 this->getPeriodicDivision());
1292 this->ui->imagWaveform->setDivsPerSelection(
1293 this->getPeriodicDivision());
1294
1295 this->ui->realWaveform->invalidate();
1296 this->ui->imagWaveform->invalidate();
1297
1298 this->refreshMeasures();
1299}
1300
1301
1302void

Callers

nothing calls this directly

Calls 2

getPeriodicDivisionMethod · 0.95
refreshMeasuresMethod · 0.95

Tested by

no test coverage detected