|
| QMAPAlgorithmModel (QObject *parent=NULL) |
|
virtual | ~QMAPAlgorithmModel () |
|
void | SetAlgorithm (map::algorithm::RegistrationAlgorithmBase *pAlgorithm) |
|
void | SetAlgorithm (map::algorithm::facet::MetaPropertyAlgorithmInterface *pMetaInterface) |
|
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
|
virtual QVariant | data (const QModelIndex &index, int role) const |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
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 42 of file mitkQMAPAlgorithmModel.h.