#include <QmitkIsoDoseLevelSetModel.h>
|
void | setReferenceDose (double newReferenceDose) |
| Slot that can be used to set the prescribed dose. More...
|
|
void | setShowAbsoluteDose (bool showAbsoluteDose) |
| Slot that can be used to adjust whether the dose should be displayed in absolute or relative units. More...
|
|
void | setVisibilityEditOnly (bool onlyVisibility) |
| Slat that can be used to adjust whether the model allows to edit only visibilities (no dose value or color) More...
|
|
Model that handles a iso dose level set and allows viewing and editing of its contents. Please see special delegates (QmitkDoseColorDelegate, QmitkDoseValueDelegate, QmitkDoseVisualStyleDelegate) to handle visualization and editing in views that work on this model.
- Warning
- This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
Definition at line 30 of file QmitkIsoDoseLevelSetModel.h.
◆ QmitkIsoDoseLevelSetModel()
QmitkIsoDoseLevelSetModel::QmitkIsoDoseLevelSetModel |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~QmitkIsoDoseLevelSetModel()
QmitkIsoDoseLevelSetModel::~QmitkIsoDoseLevelSetModel |
( |
| ) |
|
|
inlineoverride |
◆ addLevel()
void QmitkIsoDoseLevelSetModel::addLevel |
( |
| ) |
|
◆ columnCount()
int QmitkIsoDoseLevelSetModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
QVariant QmitkIsoDoseLevelSetModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ deleteLevel()
void QmitkIsoDoseLevelSetModel::deleteLevel |
( |
const QModelIndex & |
index | ) |
|
◆ flags()
Qt::ItemFlags QmitkIsoDoseLevelSetModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ getReferenceDose()
◆ getShowAbsoluteDose()
bool QmitkIsoDoseLevelSetModel::getShowAbsoluteDose |
( |
| ) |
const |
◆ getVisibilityEditOnly()
bool QmitkIsoDoseLevelSetModel::getVisibilityEditOnly |
( |
| ) |
const |
◆ headerData()
QVariant QmitkIsoDoseLevelSetModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ invertVisibilityColorWash()
void QmitkIsoDoseLevelSetModel::invertVisibilityColorWash |
( |
| ) |
|
◆ invertVisibilityIsoLines()
void QmitkIsoDoseLevelSetModel::invertVisibilityIsoLines |
( |
| ) |
|
◆ isModified()
bool QmitkIsoDoseLevelSetModel::isModified |
( |
| ) |
|
◆ rowCount()
int QmitkIsoDoseLevelSetModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ setData()
bool QmitkIsoDoseLevelSetModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
override |
◆ setIsoDoseLevelSet()
Sets the data handled by the model and resets the modified flag
◆ setReferenceDose
void QmitkIsoDoseLevelSetModel::setReferenceDose |
( |
double |
newReferenceDose | ) |
|
|
slot |
Slot that can be used to set the prescribed dose.
◆ setShowAbsoluteDose
void QmitkIsoDoseLevelSetModel::setShowAbsoluteDose |
( |
bool |
showAbsoluteDose | ) |
|
|
slot |
Slot that can be used to adjust whether the dose should be displayed in absolute or relative units.
◆ setVisibilityEditOnly
void QmitkIsoDoseLevelSetModel::setVisibilityEditOnly |
( |
bool |
onlyVisibility | ) |
|
|
slot |
Slat that can be used to adjust whether the model allows to edit only visibilities (no dose value or color)
◆ swapVisibility()
void QmitkIsoDoseLevelSetModel::swapVisibility |
( |
| ) |
|
◆ switchVisibilityColorWash()
void QmitkIsoDoseLevelSetModel::switchVisibilityColorWash |
( |
bool |
activate | ) |
|
◆ switchVisibilityIsoLines()
void QmitkIsoDoseLevelSetModel::switchVisibilityIsoLines |
( |
bool |
activate | ) |
|
The documentation for this class was generated from the following file: