Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
QmitkPythonVariableStackTableView Class Reference

#include <QmitkPythonVariableStackTableView.h>

Inheritance diagram for QmitkPythonVariableStackTableView:
Collaboration diagram for QmitkPythonVariableStackTableView:

Public Member Functions

 QmitkPythonVariableStackTableView (QWidget *parent=nullptr)
 
 ~QmitkPythonVariableStackTableView () override
 
void SetDataStorage (mitk::DataStorage *_DataStorage)
 

Protected Slots

void OnVariableStackDoubleClicked (const QModelIndex &index)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ QmitkPythonVariableStackTableView()

QmitkPythonVariableStackTableView::QmitkPythonVariableStackTableView ( QWidget *  parent = nullptr)

◆ ~QmitkPythonVariableStackTableView()

QmitkPythonVariableStackTableView::~QmitkPythonVariableStackTableView ( )
override

Member Function Documentation

◆ OnVariableStackDoubleClicked

void QmitkPythonVariableStackTableView::OnVariableStackDoubleClicked ( const QModelIndex &  index)
protectedslot

◆ SetDataStorage()

void QmitkPythonVariableStackTableView::SetDataStorage ( mitk::DataStorage _DataStorage)

The documentation for this class was generated from the following file: