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

Method setColorConfig

Components/FrequencyCorrectionDialog.cpp:370–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void
371FrequencyCorrectionDialog::setColorConfig(ColorConfig const &colors)
372{
373 this->colors = colors;
374 this->azElAxesPixmap = QPixmap();
375 this->repaintSatellitePlot();
376}
377
378void
379FrequencyCorrectionDialog::setFrequency(SUFREQ freq)

Callers

nothing calls this directly

Calls 1

repaintSatellitePlotMethod · 0.95

Tested by

no test coverage detected