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

Method onProcessing

ASAP/FilterDockWidget.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void FilterDockWidget::onProcessing() {
80 if (_progressBar) {
81 if (_progressBar->value() == _progressBar->maximum()) {
82 _progressBar->setValue(_progressBar->minimum());
83 }
84 }
85}
86
87void FilterDockWidget::onItemClicked(QListWidgetItem* clickedItem) {
88 if (_availableFilters) {

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected