A container for consensus elements.
Definition: ConsensusMap.h:92
A container for features.
Definition: FeatureMap.h:106
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:72
The representation of a 1D spectrum.
Definition: MSSpectrum.h:70
Main window of TOPPView tool.
Definition: TOPPViewBase.h:129
Base behavior for different visualizaton modules in TOPPView.
Definition: TVControllerBase.h:49
LayerDataBase::ConsensusMapSharedPtrType ConsensusMapSharedPtrType
Consensus map managed type.
Definition: TVControllerBase.h:63
LayerDataBase::FeatureMapSharedPtrType FeatureMapSharedPtrType
Feature map managed type.
Definition: TVControllerBase.h:58
TVControllerBase()=delete
ExperimentType::SpectrumType SpectrumType
Peak spectrum type.
Definition: TVControllerBase.h:70
virtual void activateBehavior()
Slot for behavior activation. The default behaviour does nothing. Override in child class if desired.
TOPPViewBase * tv_
Definition: TVControllerBase.h:85
LayerDataBase::FeatureMapType FeatureMapType
Feature map type.
Definition: TVControllerBase.h:56
virtual void deactivateBehavior()
Slot for behavior deactivation. The default behaviour does nothing. Override in child class if desire...
LayerDataBase::ConsensusMapType ConsensusMapType
Consensus feature map type.
Definition: TVControllerBase.h:61
LayerDataBase::ExperimentSharedPtrType ExperimentSharedPtrType
Main managed data type (experiment)
Definition: TVControllerBase.h:68
~TVControllerBase() override=default
TVControllerBase(TOPPViewBase *parent)
Construct the behaviour.
LayerDataBase::ExperimentType ExperimentType
Peak map type.
Definition: TVControllerBase.h:66
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48
boost::shared_ptr< ExperimentType > ExperimentSharedPtrType
SharedPtr on MSExperiment.
Definition: LayerDataBase.h:152
boost::shared_ptr< FeatureMap > FeatureMapSharedPtrType
SharedPtr on feature map.
Definition: LayerDataBase.h:140
boost::shared_ptr< ConsensusMap > ConsensusMapSharedPtrType
SharedPtr on consensus features.
Definition: LayerDataBase.h:146