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

Method onTogglePeriodicSelection

Components/TimeWindow.cpp:1273–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1271}
1272
1273void
1274TimeWindow::onTogglePeriodicSelection(void)
1275{
1276 this->ui->realWaveform->setPeriodicSelection(
1277 this->ui->periodicSelectionCheck->isChecked());
1278 this->ui->imagWaveform->setPeriodicSelection(
1279 this->ui->periodicSelectionCheck->isChecked());
1280
1281 this->ui->realWaveform->invalidate();
1282 this->ui->imagWaveform->invalidate();
1283
1284 this->refreshUi();
1285}
1286
1287void
1288TimeWindow::onPeriodicDivisionsChanged(void)

Callers

nothing calls this directly

Calls 1

refreshUiMethod · 0.95

Tested by

no test coverage detected