19 #include <mapConvert.h>
20 #include <mapMetaPropertyAccessor.h>
31 m_ProxyModel->setFilterCaseSensitivity(Qt::CaseInsensitive);
35 this->m_AlgoPropertiesView->setSortingEnabled(
true);
36 this->m_AlgoPropertiesView->setAlternatingRowColors(
true);
37 this->m_AlgoPropertiesView->setSelectionMode(QAbstractItemView::SingleSelection);
38 this->m_AlgoPropertiesView->setSelectionBehavior(QAbstractItemView::SelectItems);
41 void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg);
43 map::algorithm::RegistrationAlgorithmBase *
getAlgorithm();
52 this->m_AlgoPropertiesView->setWindowModified(
true);
53 this->m_AlgoPropertiesView->update();
map::algorithm::RegistrationAlgorithmBase * getAlgorithm()
QSortFilterProxyModel * m_ProxyModel
void setAlgorithm(map::algorithm::RegistrationAlgorithmBase *alg)
QmitkAlgorithmSettingsConfig(QWidget *parent=0)
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
void SetAlgorithm(map::algorithm::RegistrationAlgorithmBase *pAlgorithm)