35 #ifndef OPENMS_VISUAL_TOPPVIEWSPECTRAVIEWBEHAVIOR_H
36 #define OPENMS_VISUAL_TOPPVIEWSPECTRAVIEWBEHAVIOR_H
83 virtual void showSpectrumAs1D(std::vector<
int, std::allocator<int> > indices);
103 #endif // OPENMS_VISUAL_TOPPVIEWSPECTRAVIEWBEHAVIOR_H
virtual void showSpectrumAs1D(int index)
Behavior for showSpectrumAs1D.
TOPPViewSpectraViewBehavior(TOPPViewBase *parent)
Construct the behaviour with its parent.
TOPPViewBase * tv_
Definition: TOPPViewSpectraViewBehavior.h:100
virtual void deactivate1DSpectrum(int index)
Behavior for deactivate1DSpectrum.
Main window of TOPPView tool.
Definition: TOPPViewBase.h:104
LayerData::ExperimentType ExperimentType
Definition: TOPPViewSpectraViewBehavior.h:67
A container for features.
Definition: FeatureMap.h:111
LayerData::FeatureMapType FeatureMapType
Definition: TOPPViewSpectraViewBehavior.h:57
A container for consensus elements.
Definition: ConsensusMap.h:60
boost::shared_ptr< ExperimentType > ExperimentSharedPtrType
SharedPtr on MSExperiment.
Definition: LayerData.h:120
LayerData::FeatureMapSharedPtrType FeatureMapSharedPtrType
Definition: TOPPViewSpectraViewBehavior.h:59
boost::shared_ptr< ConsensusMap > ConsensusMapSharedPtrType
SharedPtr on consensus features.
Definition: LayerData.h:114
boost::shared_ptr< FeatureMap<> > FeatureMapSharedPtrType
SharedPtr on feature map.
Definition: LayerData.h:108
Behavior of TOPPView in spectra view mode.
Definition: TOPPViewSpectraViewBehavior.h:50
LayerData::ExperimentSharedPtrType ExperimentSharedPtrType
Definition: TOPPViewSpectraViewBehavior.h:69
Representation of a mass spectrometry experiment.
Definition: MSExperiment.h:68
LayerData::ConsensusMapSharedPtrType ConsensusMapSharedPtrType
Definition: TOPPViewSpectraViewBehavior.h:64
virtual void activate1DSpectrum(int index)
Behavior for activate1DSpectrum.
ExperimentType::SpectrumType SpectrumType
Peak spectrum type.
Definition: TOPPViewSpectraViewBehavior.h:71
LayerData::ConsensusMapType ConsensusMapType
Definition: TOPPViewSpectraViewBehavior.h:62
Interface class to model different behaviors of TOPPView.
Definition: TOPPViewBehaviorInterface.h:47
virtual void deactivateBehavior()
Slot for behavior deactivation.
virtual void activateBehavior()
Slot for behavior activation.