MITK-IGT
IGT Extension of MITK
|
QStyledItemDelegate that changes the current depth of the ultasound image on double click. More...
#include <QmitkUSNavigationCalibrationUpdateDepthDelegate.h>
Public Member Functions | |
QmitkUSNavigationCalibrationUpdateDepthDelegate (QObject *parent=nullptr) | |
~QmitkUSNavigationCalibrationUpdateDepthDelegate () override | |
void | SetControlInterfaceBMode (mitk::USControlInterfaceBMode::Pointer controlInterfaceBMode) |
bool | editorEvent (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override |
The depth of the b mode ultrasound is changed on double click. A mitk::USControlInterfaceBMode has to be set before by calling SetControlInterfaceBMode(). If no control interface was set (or it is null) the QEvent gets ignored. | |
QStyledItemDelegate that changes the current depth of the ultasound image on double click.
Definition at line 22 of file QmitkUSNavigationCalibrationUpdateDepthDelegate.h.
|
explicit |
Definition at line 16 of file QmitkUSNavigationCalibrationUpdateDepthDelegate.cpp.
|
override |
Definition at line 21 of file QmitkUSNavigationCalibrationUpdateDepthDelegate.cpp.
|
override |
The depth of the b mode ultrasound is changed on double click. A mitk::USControlInterfaceBMode has to be set before by calling SetControlInterfaceBMode(). If no control interface was set (or it is null) the QEvent gets ignored.
Definition at line 30 of file QmitkUSNavigationCalibrationUpdateDepthDelegate.cpp.
void QmitkUSNavigationCalibrationUpdateDepthDelegate::SetControlInterfaceBMode | ( | mitk::USControlInterfaceBMode::Pointer | controlInterfaceBMode | ) |
Definition at line 25 of file QmitkUSNavigationCalibrationUpdateDepthDelegate.cpp.