Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 | ) |
Definition at line 21 of file QmitkPythonVariableStackTableView.cpp.
References QmitkPythonVariableStackTableModel::CommandExecuted(), us::GetModuleContext(), and OnVariableStackDoubleClicked().
|
override |
Definition at line 40 of file QmitkPythonVariableStackTableView.cpp.
|
protectedslot |
Definition at line 49 of file QmitkPythonVariableStackTableView.cpp.
References mitk::IPythonService::CopyCvImageFromPython(), mitk::IPythonService::CopySimpleItkImageFromPython(), mitk::IPythonService::CopyVtkPolyDataFromPython(), mitk::RenderingManager::GetInstance(), QmitkPythonVariableStackTableModel::GetVariableStack(), mitk::RenderingManager::InitializeViews(), MITK_DEBUG, MITK_ERROR, mitk::DataNode::New(), and mitk::RenderingManager::RequestUpdateAll().
Referenced by QmitkPythonVariableStackTableView().
void QmitkPythonVariableStackTableView::SetDataStorage | ( | mitk::DataStorage * | _DataStorage | ) |
Definition at line 44 of file QmitkPythonVariableStackTableView.cpp.