|
| QmitkMAPAlgorithmModel (QObject *parent=nullptr) |
|
| ~QmitkMAPAlgorithmModel () override |
|
void | SetAlgorithm (map::algorithm::RegistrationAlgorithmBase *pAlgorithm) |
|
void | SetAlgorithm (map::algorithm::facet::MetaPropertyAlgorithmInterface *pMetaInterface) |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const override |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
|
Helper class that implements a model to handle the MetaProperty interface of a MatchPoint algorithm in contect of the QT view-model-concept. A algorithm can be set as data source for the model. The model retrieves all information through the MetaPropertyInterface. Changes in the view will be propagated by the model into the algorithm.
- Warning
- This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
Definition at line 36 of file QmitkMAPAlgorithmModel.h.