MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / on_actionUseOpenCV_toggled

Method on_actionUseOpenCV_toggled

ImagePlay/src/MainWindow.cpp:1372–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1370}
1371
1372void MainWindow::on_actionUseOpenCV_toggled(bool value)
1373{
1374 _useOpenCV = value;
1375 ui->graphicsView->scene()->update();
1376
1377 // force one execution
1378 execute(true);
1379}
1380
1381void MainWindow::on_actionShowLog_triggered(bool checked)
1382{

Callers

nothing calls this directly

Calls 1

sceneMethod · 0.80

Tested by

no test coverage detected