 |
OpenMS
2.6.0
|
Go to the documentation of this file.
38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h>
46 class SpectraViewWidget;
47 class SpectraIdentificationViewWidget;
48 class TOPPViewIdentificationViewBehavior;
49 class TOPPViewSpectraViewBehavior;
75 void currentTabChanged(
int tab_index);
78 void showSpectrumAs1D(
int index);
81 void showSpectrumAs1D(std::vector<int> indices);
85 void tabBarDoubleClicked(
int tab_index);
88 void show(TAB_INDEX which);
TOPPViewBase * tv_
pointer to base class to access some members (going signal/slot would be cleaner)
Definition: SpectraSelectionTabs.h:105
Main window of TOPPView tool.
Definition: TOPPViewBase.h:123
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Behavior of TOPPView in spectra view mode.
Definition: TOPPViewSpectraViewBehavior.h:48
TAB_INDEX
Definition: SpectraSelectionTabs.h:61
TOPPViewIdentificationViewBehavior * idview_behaviour_
TOPPView behavior for the identification view.
Definition: SpectraSelectionTabs.h:103
SpectraViewWidget * spectra_view_widget_
Definition: SpectraSelectionTabs.h:96
Behavior of TOPPView in identification mode.
Definition: TOPPViewIdentificationViewBehavior.h:50
SpectraIdentificationViewWidget * id_view_widget_
Definition: SpectraSelectionTabs.h:97
TOPPViewSpectraViewBehavior * spectraview_behavior_
TOPPView behavior for the spectra view.
Definition: SpectraSelectionTabs.h:101
A tabbed view, to browse lists of spectra or identifications.
Definition: SpectraSelectionTabs.h:55