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

Method onLnbOffsetChanged

Components/PanoramicDialog.cpp:1084–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1082}
1083
1084void
1085PanoramicDialog::onLnbOffsetChanged(void)
1086{
1087 Suscan::Source::Device dev;
1088
1089 if (this->getSelectedDevice(dev))
1090 this->setRanges(dev);
1091}
1092
1093void
1094PanoramicDialog::onExport(void)

Callers

nothing calls this directly

Calls 2

getSelectedDeviceMethod · 0.95
setRangesMethod · 0.95

Tested by

no test coverage detected