Behavior of TOPPView in spectra view mode. More...
#include <OpenMS/VISUAL/TOPPViewSpectraViewBehavior.h>
Public Slots | |
| virtual void | showSpectrumAs1D (int index) |
| Behavior for showSpectrumAs1D. | |
| virtual void | showSpectrumAs1D (std::vector< int, std::allocator< int > > indices) |
| Behavior for showSpectrumAs1D. | |
| virtual void | activate1DSpectrum (int index) |
| Behavior for activate1DSpectrum. | |
| virtual void | activate1DSpectrum (std::vector< int, std::allocator< int > > indices) |
| Behavior for activate1DSpectrum. | |
| virtual void | deactivate1DSpectrum (int index) |
| Behavior for deactivate1DSpectrum. | |
| virtual void | activateBehavior () |
| Slot for behavior activation. | |
| virtual void | deactivateBehavior () |
| Slot for behavior deactivation. | |
Public Member Functions | |
| TOPPViewSpectraViewBehavior (TOPPViewBase *parent) | |
| Construct the behaviour with its parent. | |
Private Types | |
Type definitions | |
| typedef LayerData::FeatureMapType | FeatureMapType |
| typedef LayerData::FeatureMapSharedPtrType | FeatureMapSharedPtrType |
| typedef LayerData::ConsensusMapType | ConsensusMapType |
| typedef LayerData::ConsensusMapSharedPtrType | ConsensusMapSharedPtrType |
| typedef LayerData::ExperimentType | ExperimentType |
| typedef LayerData::ExperimentSharedPtrType | ExperimentSharedPtrType |
| typedef ExperimentType::SpectrumType | SpectrumType |
| Peak spectrum type. | |
Private Attributes | |
| TOPPViewBase * | tv_ |
Behavior of TOPPView in spectra view mode.
typedef LayerData::ConsensusMapSharedPtrType ConsensusMapSharedPtrType [private] |
typedef LayerData::ConsensusMapType ConsensusMapType [private] |
typedef LayerData::ExperimentSharedPtrType ExperimentSharedPtrType [private] |
typedef LayerData::ExperimentType ExperimentType [private] |
typedef LayerData::FeatureMapSharedPtrType FeatureMapSharedPtrType [private] |
typedef LayerData::FeatureMapType FeatureMapType [private] |
typedef ExperimentType::SpectrumType SpectrumType [private] |
Peak spectrum type.
| TOPPViewSpectraViewBehavior | ( | TOPPViewBase * | parent | ) |
Construct the behaviour with its parent.
| virtual void activate1DSpectrum | ( | int | index | ) | [virtual, slot] |
Behavior for activate1DSpectrum.
Implements TOPPViewBehaviorInterface.
| virtual void activate1DSpectrum | ( | std::vector< int, std::allocator< int > > | indices | ) | [virtual, slot] |
Behavior for activate1DSpectrum.
Implements TOPPViewBehaviorInterface.
| virtual void activateBehavior | ( | ) | [virtual, slot] |
Slot for behavior activation.
Implements TOPPViewBehaviorInterface.
| virtual void deactivate1DSpectrum | ( | int | index | ) | [virtual, slot] |
Behavior for deactivate1DSpectrum.
Implements TOPPViewBehaviorInterface.
| virtual void deactivateBehavior | ( | ) | [virtual, slot] |
Slot for behavior deactivation.
Implements TOPPViewBehaviorInterface.
| virtual void showSpectrumAs1D | ( | int | index | ) | [virtual, slot] |
Behavior for showSpectrumAs1D.
Implements TOPPViewBehaviorInterface.
Referenced by TOPPViewBase::showSpectrumAs1D().
| virtual void showSpectrumAs1D | ( | std::vector< int, std::allocator< int > > | indices | ) | [virtual, slot] |
Behavior for showSpectrumAs1D.
TOPPViewBase* tv_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |