MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / onFilterParametersChanged

Method onFilterParametersChanged

ASAP/FilterDockWidget.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void FilterDockWidget::onFilterParametersChanged() {
74 if (_autoUpdate) {
75 emit requestFilterResultUpdate();
76 }
77}
78
79void FilterDockWidget::onProcessing() {
80 if (_progressBar) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected