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

Method MainSpectrum

Components/MainSpectrum.cpp:66–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66MainSpectrum::MainSpectrum(QWidget *parent) :
67 QWidget(parent),
68 ui(new Ui::MainSpectrum)
69{
70 ui->setupUi(this);
71
72 this->connectAll();
73
74 this->setFreqs(0, 0);
75 this->lastFreqUpdate.start();
76 this->bookmarkSource = new SuscanBookmarkSource();
77}
78
79MainSpectrum::~MainSpectrum()
80{

Callers

nothing calls this directly

Calls 3

connectAllMethod · 0.95
setFreqsMethod · 0.95
startMethod · 0.45

Tested by

no test coverage detected