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
boost::shared_ptr< FeatureMap > FeatureMapSharedPtrType
SharedPtr on feature map.
Definition: LayerData.h:111
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:106
LayerData::ExperimentType ExperimentType
Peak map type.
Definition: TOPPViewSpectraViewBehavior.h:67
A container for features.
Definition: FeatureMap.h:93
LayerData::FeatureMapType FeatureMapType
Feature map type.
Definition: TOPPViewSpectraViewBehavior.h:57
A container for consensus elements.
Definition: ConsensusMap.h:72
boost::shared_ptr< ExperimentType > ExperimentSharedPtrType
SharedPtr on MSExperiment.
Definition: LayerData.h:123
LayerData::FeatureMapSharedPtrType FeatureMapSharedPtrType
Feature map managed type.
Definition: TOPPViewSpectraViewBehavior.h:59
boost::shared_ptr< ConsensusMap > ConsensusMapSharedPtrType
SharedPtr on consensus features.
Definition: LayerData.h:117
Behavior of TOPPView in spectra view mode.
Definition: TOPPViewSpectraViewBehavior.h:50
LayerData::ExperimentSharedPtrType ExperimentSharedPtrType
Main managed data type (experiment)
Definition: TOPPViewSpectraViewBehavior.h:69
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:69
LayerData::ConsensusMapSharedPtrType ConsensusMapSharedPtrType
Consensus map managed type.
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
Consensus feature map type.
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.