MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / filterSetAll

Method filterSetAll

mainwindow.cpp:453–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void MainWindow::filterSetAll()
454{
455 inhibitFilterUpdate = true;
456 for (int i = 0; i < ui->listFilters->count(); i++)
457 {
458 ui->listFilters->item(i)->setCheckState(Qt::Checked);
459 }
460 inhibitFilterUpdate = false;
461 model->setAllFilters(true);
462}
463
464void MainWindow::filterClearAll()
465{

Callers

nothing calls this directly

Calls 2

itemMethod · 0.80
setAllFiltersMethod · 0.45

Tested by

no test coverage detected