#include <dataset_configuration_tab_widget.h>
Inherits QTabWidget.
Public Slots | |
void | addDatasetConfigurationTab (dataset_key_type const &dataset_name) throw (NullPointerException) |
void | addDatasetConfigurationTabs (std::vector< std::pair< dataset_key_type, dataset_type > > const &dataset_vector) |
void | removeDatasetConfigurationTab (std::string dataset_name) |
Public Member Functions | |
DatasetConfigurationTabWidget (QWidget *parent=0) | |
virtual | ~DatasetConfigurationTabWidget () |
Protected Attributes | |
std::map< std::string, QWidget * > | dataset_name_to_widget_ |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition at line 39 of file dataset_configuration_tab_widget.h.
|
Constructor Definition at line 28 of file dataset_configuration_tab_widget.cpp. |
|
Destructor Definition at line 35 of file dataset_configuration_tab_widget.cpp. |
|
Add a new tab which is dependend on the dataset the new tab is of type MetaVolumePixelView
Definition at line 45 of file dataset_configuration_tab_widget.cpp. References Controller::getInstance(), and Controller::getViewOfDataset(). |
|
Add new tabs that are dependend on the dataset the new tab is of type MetaVolumePixelView
Definition at line 74 of file dataset_configuration_tab_widget.cpp. |
|
Remove the specified tab and delete the widget
Definition at line 93 of file dataset_configuration_tab_widget.cpp. References DatasetConfigurationTabWidget::dataset_name_to_widget_. |
|
the container holding the relation of the dataset name to the widget Definition at line 88 of file dataset_configuration_tab_widget.h. Referenced by DatasetConfigurationTabWidget::removeDatasetConfigurationTab(). |