 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
49 class SpectraIDViewTab;
50 class TVDIATreeTabController;
51 class TVIdentificationViewController;
52 class TVSpectraViewController;
68 virtual void clear() = 0;
99 void callUpdateEntries();
102 void currentTabChanged(
int tab_index);
105 void showSpectrumAsNew1D(
int index);
108 void showChromatogramsAsNew1D(
const std::vector<int>& indices);
112 void tabBarDoubleClicked(
int tab_index);
Behavior of TOPPView in spectra view mode.
Definition: TVDIATreeTabController.h:52
Behavior of TOPPView in identification mode.
Definition: TVIdentificationViewController.h:51
SpectraIDViewTab * id_view_widget_
Definition: DataSelectionTabs.h:121
TVIdentificationViewController * idview_controller_
TOPPView behavior for the identification view.
Definition: DataSelectionTabs.h:129
Hierarchical visualization and selection of spectra.
Definition: SpectraTreeTab.h:56
Behavior of TOPPView in spectra view mode.
Definition: TVSpectraViewController.h:49
TVDIATreeTabController * diatab_controller_
TOPPView behavior for the DIA view.
Definition: DataSelectionTabs.h:131
Main window of TOPPView tool.
Definition: TOPPViewBase.h:126
Hierarchical visualization and selection of spectra.
Definition: DIATreeTab.h:57
Tabular visualization / selection of identified spectra.
Definition: SpectraIDViewTab.h:59
all tabs need to implement this interface
Definition: DataSelectionTabs.h:56
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
TAB_INDEX
Definition: DataSelectionTabs.h:81
TOPPViewBase * tv_
pointer to base class to access some members (going signal/slot would be cleaner)
Definition: DataSelectionTabs.h:134
A tabbed view, to browse lists of spectra or identifications.
Definition: DataSelectionTabs.h:75
TVSpectraViewController * spectraview_controller_
TOPPView behavior for the spectra view.
Definition: DataSelectionTabs.h:127
DIATreeTab * dia_widget_
Definition: DataSelectionTabs.h:122
Class that stores the data for one layer.
Definition: LayerDataBase.h:97
SpectraTreeTab * spectra_view_widget_
Definition: DataSelectionTabs.h:120
std::vector< DataTabBase * > tab_ptrs_
holds pointers to all of the above tabs, for iteration purposes
Definition: DataSelectionTabs.h:124