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