15 #include <mapConvert.h> 16 #include <mapMetaPropertyAccessor.h> 27 m_ProxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive);
31 this->m_AlgoPropertiesView->setSortingEnabled(
true);
32 this->m_AlgoPropertiesView->setAlternatingRowColors(
true);
33 this->m_AlgoPropertiesView->setSelectionMode(QAbstractItemView::SingleSelection);
34 this->m_AlgoPropertiesView->setSelectionBehavior(QAbstractItemView::SelectItems);
37 void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg);
39 map::algorithm::RegistrationAlgorithmBase *
getAlgorithm();
48 this->m_AlgoPropertiesView->setWindowModified(
true);
49 this->m_AlgoPropertiesView->update();
QmitkAlgorithmSettingsConfig(QWidget *parent=nullptr)
map::algorithm::RegistrationAlgorithmBase * getAlgorithm()
map::algorithm::RegistrationAlgorithmBase::Pointer m_currentAlg
void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg)
Changes the current algorithm and updates widget accordingly.
QmitkMAPAlgorithmModel * m_AlgorithmModel
QSortFilterProxyModel * m_ProxyModel
void SetAlgorithm(map::algorithm::RegistrationAlgorithmBase *pAlgorithm)