MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / setEqMode

Method setEqMode

src/MainWindow.cpp:1215–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213}
1214
1215void MainWindow::setEqMode(int mode)
1216{
1217 ui->eq_holder->setCurrentIndex(mode);
1218 ui->eqpreset->setEnabled(!mode);
1219 ui->eq_r_flex->setChecked(mode);
1220 ui->eq_r_fixed->setChecked(!mode);
1221}
1222
1223void MainWindow::onAutoEqImportRequested()
1224{

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.80

Tested by

no test coverage detected