OpenMS
|
Base behavior for different visualizaton modules in TOPPView. More...
#include <OpenMS/VISUAL/TVControllerBase.h>
Type definitions | |
typedef LayerDataBase::FeatureMapType | FeatureMapType |
Feature map type. More... | |
typedef LayerDataBase::FeatureMapSharedPtrType | FeatureMapSharedPtrType |
Feature map managed type. More... | |
typedef LayerDataBase::ConsensusMapType | ConsensusMapType |
Consensus feature map type. More... | |
typedef LayerDataBase::ConsensusMapSharedPtrType | ConsensusMapSharedPtrType |
Consensus map managed type. More... | |
typedef LayerDataBase::ExperimentType | ExperimentType |
Peak map type. More... | |
typedef LayerDataBase::ExperimentSharedPtrType | ExperimentSharedPtrType |
Main managed data type (experiment) More... | |
typedef ExperimentType::SpectrumType | SpectrumType |
Peak spectrum type. More... | |
TOPPViewBase * | tv_ |
TVControllerBase ()=delete | |
~TVControllerBase () override=default | |
virtual void | activateBehavior () |
Slot for behavior activation. The default behaviour does nothing. Override in child class if desired. More... | |
virtual void | deactivateBehavior () |
Slot for behavior deactivation. The default behaviour does nothing. Override in child class if desired. More... | |
TVControllerBase (TOPPViewBase *parent) | |
Construct the behaviour. More... | |
Base behavior for different visualizaton modules in TOPPView.
Consensus map managed type.
Consensus feature map type.
Main managed data type (experiment)
Peak map type.
Feature map managed type.
Feature map type.
Peak spectrum type.
|
delete |
|
overridedefault |
|
protected |
Construct the behaviour.
|
virtualslot |
Slot for behavior activation. The default behaviour does nothing. Override in child class if desired.
|
virtualslot |
Slot for behavior deactivation. The default behaviour does nothing. Override in child class if desired.
|
protected |