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

Method onApplyFilterClicked

ASAP/FilterDockWidget.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void FilterDockWidget::onApplyFilterClicked() {
66 emit requestFilterResultUpdate();
67}
68
69void FilterDockWidget::onClearFilterClicked() {
70 emit requestFilterResultClear();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected