#include <QmitkSimpleBarrierModel.h>
Model that handles a SimpleBarrierConstraintChecker and his defined constraints. It allows to couple a SimpleBarrierConstraintChecker with a Qt table view in Order to view and edit its contents. E.g. used in the QmitkSimpleBarrierManagerWidget.
Definition at line 30 of file QmitkSimpleBarrierModel.h.
◆ QmitkSimpleBarrierModel()
QmitkSimpleBarrierModel::QmitkSimpleBarrierModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QmitkSimpleBarrierModel()
QmitkSimpleBarrierModel::~QmitkSimpleBarrierModel |
( |
| ) |
|
|
inlineoverride |
◆ addConstraint()
void QmitkSimpleBarrierModel::addConstraint |
( |
| ) |
|
◆ columnCount()
int QmitkSimpleBarrierModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
QVariant QmitkSimpleBarrierModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ deleteConstraint()
void QmitkSimpleBarrierModel::deleteConstraint |
( |
const QModelIndex & |
index | ) |
|
◆ flags()
Qt::ItemFlags QmitkSimpleBarrierModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ headerData()
QVariant QmitkSimpleBarrierModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ isModified()
bool QmitkSimpleBarrierModel::isModified |
( |
| ) |
|
Indicates if the content of the model was modified since the data was set via setChecker()
◆ rowCount()
int QmitkSimpleBarrierModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setChecker()
Sets the data handled by the model and resets the modified flag
- Parameters
-
pChecker | Pointer to the checker instance that should be managed. |
names | List of all possible parameter names. It is assumed that the index of the list equals the parameter index in the respective fitting model. |
◆ setData()
bool QmitkSimpleBarrierModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
override |
The documentation for this class was generated from the following file: