#include <tab_organizer.h>
Inherits QTabWidget.
Public Slots | |
void | closeTab (dataset_key_type const &dataset_name) |
Public Member Functions | |
TabOrganizer (QWidget *parent=0) | |
virtual | ~TabOrganizer () |
int | addTab (const std::vector< view_pointer_type > &view_vector, const QString &label) |
void | openOverviewForVolume (dataset_key_type const &dataset_name) |
void | openOverviewForImage (dataset_key_type const &dataset_name) |
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 42 of file tab_organizer.h.
|
Constructor
Definition at line 29 of file tab_organizer.cpp. |
|
Destructor Definition at line 42 of file tab_organizer.cpp. |
|
Adds a tab constiting of the views saved in the vector with the names of the label
Definition at line 78 of file tab_organizer.cpp. References ViewContainerWidget::addViews(). Referenced by MainWindow::openNewWorkspace(), TabOrganizer::openOverviewForImage(), and TabOrganizer::openOverviewForVolume(). Here is the call graph for this function: ![]() |
|
Closes an Overview
Definition at line 176 of file tab_organizer.cpp. References Controller::getDependentViewIDsOfDataset(), and Controller::getInstance(). |
|
Opens an overview of a specific image dataset
Definition at line 145 of file tab_organizer.cpp. References TabOrganizer::addTab(), Controller::getInstance(), and Controller::getViewOfDataset(). Referenced by MainWindow::openOverview(). Here is the call graph for this function: ![]() |
|
Opens an overview of a specific volume dataset
Definition at line 100 of file tab_organizer.cpp. References TabOrganizer::addTab(), Controller::getInstance(), and Controller::getViewOfDataset(). Referenced by MainWindow::openOverview(). Here is the call graph for this function: ![]() |