Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <QmitkPythonVariableStackTableView.h>
Public Member Functions | |
QmitkPythonVariableStackTableView (QWidget *parent=nullptr) | |
~QmitkPythonVariableStackTableView () override | |
void | SetDataStorage (mitk::DataStorage *_DataStorage) |
Protected Slots | |
void | OnVariableStackDoubleClicked (const QModelIndex &index) |
implements the table view for the variable stack purpose of this class: 1. Setup the view correctly, 2. Implement the double click to write back results to the datastorage
Definition at line 27 of file QmitkPythonVariableStackTableView.h.
QmitkPythonVariableStackTableView::QmitkPythonVariableStackTableView | ( | QWidget * | parent = nullptr | ) |
|
override |
|
protectedslot |
void QmitkPythonVariableStackTableView::SetDataStorage | ( | mitk::DataStorage * | _DataStorage | ) |