MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / removeSliceOverlay

Method removeSliceOverlay

src/gui/SpectrumWidget.cpp:4896–4901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4894}
4895
4896void SpectrumWidget::removeSliceOverlay(int sliceId)
4897{
4898 int idx = overlayIndex(sliceId);
4899 if (idx >= 0) m_sliceOverlays.remove(idx);
4900 markOverlayDirty();
4901}
4902
4903void SpectrumWidget::setSplitPair(int rxSliceId, int txSliceId)
4904{

Callers 2

onSliceAddedMethod · 0.80
onSliceRemovedMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected