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

Method setActiveAuxButton

src/gui/FlexControlDialog.cpp:1615–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615void FlexControlDialog::setActiveAuxButton(int button)
1616{
1617 if (button >= 1 && button <= m_auxCombos.size()) {
1618 const int index = button - 1;
1619 if (auxActionControlsWheel(index)) {
1620 m_activeAux = index;
1621 } else {
1622 m_activeAux = -1;
1623 }
1624 updateAuxIndicators();
1625 updateModeReadout();
1626 return;
1627 }
1628 clearAuxSelection();
1629}
1630
1631bool FlexControlDialog::externalSpinEnabled() const
1632{

Callers 1

syncFlexControlDialogMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected