Class for storing MS run data with peptide and protein identifications.
Definition AnnotatedMSRun.h:38
A container for consensus elements.
Definition ConsensusMap.h:68
A container for features.
Definition FeatureMap.h:82
The representation of a 1D spectrum.
Definition MSSpectrum.h:44
Main window of TOPPView tool.
Definition TOPPViewBase.h:103
Base behavior for different visualizaton modules in TOPPView.
Definition TVControllerBase.h:23
LayerDataBase::ConsensusMapSharedPtrType ConsensusMapSharedPtrType
Consensus map managed type.
Definition TVControllerBase.h:37
LayerDataBase::FeatureMapSharedPtrType FeatureMapSharedPtrType
Feature map managed type.
Definition TVControllerBase.h:32
TVControllerBase()=delete
ExperimentType::SpectrumType SpectrumType
Peak spectrum type.
Definition TVControllerBase.h:44
virtual void activateBehavior()
Slot for behavior activation. The default behaviour does nothing. Override in child class if desired.
TOPPViewBase * tv_
Definition TVControllerBase.h:59
LayerDataBase::FeatureMapType FeatureMapType
Feature map type.
Definition TVControllerBase.h:30
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:35
LayerDataBase::ExperimentSharedPtrType ExperimentSharedPtrType
Main managed data type (experiment)
Definition TVControllerBase.h:42
~TVControllerBase() override=default
TVControllerBase(TOPPViewBase *parent)
Construct the behaviour.
LayerDataBase::ExperimentType ExperimentType
Peak map type.
Definition TVControllerBase.h:40
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
std::shared_ptr< ExperimentType > ExperimentSharedPtrType
SharedPtr on MSExperiment.
Definition LayerDataBase.h:127
std::shared_ptr< ConsensusMap > ConsensusMapSharedPtrType
SharedPtr on consensus features.
Definition LayerDataBase.h:121
std::shared_ptr< FeatureMap > FeatureMapSharedPtrType
SharedPtr on feature map.
Definition LayerDataBase.h:115