MCPcopy Create free account
hub / github.com/MITK/MITK / HasStatus

Method HasStatus

Modules/SegmentationUI/src/QmitkFindSegmentationTaskDialog.cpp:242–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242bool QmitkFindSegmentationTaskDialog::HasStatus(int row) const
243{
244 auto status = m_Ui->statusComboBox->currentText();
245 return status.isEmpty() || status == QStringLiteral("All") || m_Ui->tableWidget->item(row, Column::Status)->text() == status;
246}

Callers 1

ApplyFilterMethod · 0.95

Calls 1

textMethod · 0.80

Tested by

no test coverage detected