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

Method repaintSatellitePlot

Components/FrequencyCorrectionDialog.cpp:355–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355void
356FrequencyCorrectionDialog::repaintSatellitePlot(void)
357{
358 QPixmap pixmap(
359 FREQUENCY_CORRECTION_DIALOG_OVERSAMPLING *
360 this->ui->satellitePlotLabel->width(),
361 FREQUENCY_CORRECTION_DIALOG_OVERSAMPLING *
362 this->ui->satellitePlotLabel->height());
363
364 this->paintAzimuthElevationMap(pixmap);
365 this->paintAzimuthElevationSatPath(pixmap);
366
367 this->ui->satellitePlotLabel->setPixmap(pixmap);
368}
369
370void
371FrequencyCorrectionDialog::setColorConfig(ColorConfig const &colors)

Callers 2

setColorConfigMethod · 0.95
updatePredictionMethod · 0.95

Calls 3

widthMethod · 0.80

Tested by

no test coverage detected