Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <QmitkPythonVariableStackTableView.h>
Public Member Functions | |
QmitkPythonVariableStackTableView (QWidget *parent=0) | |
virtual | ~QmitkPythonVariableStackTableView () |
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 31 of file QmitkPythonVariableStackTableView.h.
QmitkPythonVariableStackTableView::QmitkPythonVariableStackTableView | ( | QWidget * | parent = 0 | ) |
Definition at line 25 of file QmitkPythonVariableStackTableView.cpp.
References QmitkPythonVariableStackTableModel::CommandExecuted(), us::GetModuleContext(), and OnVariableStackDoubleClicked().
|
virtual |
Definition at line 44 of file QmitkPythonVariableStackTableView.cpp.
|
protectedslot |
Definition at line 53 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 48 of file QmitkPythonVariableStackTableView.cpp.