OpenMS
2.5.0
|
Behavior of TOPPView in spectra view mode. More...
#include <OpenMS/VISUAL/TOPPViewSpectraViewBehavior.h>
Type definitions | |
typedef LayerData::FeatureMapType | FeatureMapType |
Feature map type. More... | |
typedef LayerData::FeatureMapSharedPtrType | FeatureMapSharedPtrType |
Feature map managed type. More... | |
typedef LayerData::ConsensusMapType | ConsensusMapType |
Consensus feature map type. More... | |
typedef LayerData::ConsensusMapSharedPtrType | ConsensusMapSharedPtrType |
Consensus map managed type. More... | |
typedef LayerData::ExperimentType | ExperimentType |
Peak map type. More... | |
typedef LayerData::ExperimentSharedPtrType | ExperimentSharedPtrType |
Main managed data type (experiment) More... | |
typedef ExperimentType::SpectrumType | SpectrumType |
Peak spectrum type. More... | |
TOPPViewBase * | tv_ |
TOPPViewSpectraViewBehavior (TOPPViewBase *parent) | |
Construct the behaviour with its parent. More... | |
virtual void | showSpectrumAs1D (int index) |
Behavior for showSpectrumAs1D. More... | |
virtual void | showSpectrumAs1D (std::vector< int, std::allocator< int > > indices) |
Behavior for showSpectrumAs1D. More... | |
virtual void | activate1DSpectrum (int index) |
Behavior for activate1DSpectrum. More... | |
virtual void | activate1DSpectrum (std::vector< int, std::allocator< int > > indices) |
Behavior for activate1DSpectrum. More... | |
virtual void | deactivate1DSpectrum (int index) |
Behavior for deactivate1DSpectrum. More... | |
virtual void | activateBehavior () |
Slot for behavior activation. More... | |
virtual void | deactivateBehavior () |
Slot for behavior deactivation. More... | |
Behavior of TOPPView in spectra view mode.
|
private |
Consensus map managed type.
|
private |
Consensus feature map type.
|
private |
Main managed data type (experiment)
|
private |
Peak map type.
|
private |
Feature map managed type.
|
private |
Feature map type.
|
private |
Peak spectrum type.
TOPPViewSpectraViewBehavior | ( | TOPPViewBase * | parent | ) |
Construct the behaviour with its parent.
|
virtualslot |
Behavior for activate1DSpectrum.
Behavior for activate1DSpectrum.
|
virtualslot |
Slot for behavior activation.
Referenced by TOPPViewBase::viewChanged().
|
virtualslot |
Behavior for deactivate1DSpectrum.
|
virtualslot |
Slot for behavior deactivation.
Referenced by TOPPViewBase::viewChanged(), and TOPPViewBase::viewTabwidgetDoubleClicked().
|
virtualslot |
Behavior for showSpectrumAs1D.
Referenced by TOPPViewBase::showSpectrumAs1D().
Behavior for showSpectrumAs1D.
|
private |