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

Method addSpectrumSource

Default/GenericInspector/InspectorUI.cpp:461–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void
462InspectorUI::addSpectrumSource(Suscan::SpectrumSource const &src)
463{
464 this->spectsrcs.push_back(src);
465 this->ui->spectrumSourceCombo->addItem(QString::fromStdString(src.desc));
466}
467
468void
469InspectorUI::addEstimator(Suscan::Estimator const &estimator)

Callers 1

GenericInspectorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected