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

Method onBpsChanged

Components/SamplerDialog.cpp:327–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void
328SamplerDialog::onBpsChanged(void)
329{
330 unsigned int bps = static_cast<unsigned>(this->ui->bpsSpin->value());
331
332 this->decider.setBps(bps);
333 this->ui->histogram->setOrderHint(bps);
334 this->ui->symView->setBitsPerSymbol(bps);
335
336 emit resample();
337}
338
339void
340SamplerDialog::onZoomChanged(void)

Callers

nothing calls this directly

Calls 3

valueMethod · 0.80
setBitsPerSymbolMethod · 0.80
setBpsMethod · 0.45

Tested by

no test coverage detected