Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes | List of all members
SpectrumAlignmentDialog Class Reference

Lets the user select two spectra and set the parameters for the spectrum alignment. More...

#include <OpenMS/VISUAL/DIALOGS/SpectrumAlignmentDialog.h>

Inheritance diagram for SpectrumAlignmentDialog:
QDialog

Public Member Functions

 SpectrumAlignmentDialog (Spectrum1DWidget *parent)
 Constructor. More...
 
Int get1stLayerIndex ()
 Returns the index of the selected non-flipped layer. More...
 
Int get2ndLayerIndex ()
 Returns the index of the selected flipped layer. More...
 

Protected Attributes

std::vector< UIntlayer_indices_1_
 Stores the layer indices of the layers in the left list (non-flipped layers) More...
 
std::vector< UIntlayer_indices_2_
 Stores the layer indices of the layers in the right list (flipped layers) More...
 

Detailed Description

Lets the user select two spectra and set the parameters for the spectrum alignment.

Constructor & Destructor Documentation

◆ SpectrumAlignmentDialog()

Constructor.

Member Function Documentation

◆ get1stLayerIndex()

Int get1stLayerIndex ( )

Returns the index of the selected non-flipped layer.

Referenced by TOPPViewBase::showSpectrumAlignmentDialog().

◆ get2ndLayerIndex()

Int get2ndLayerIndex ( )

Returns the index of the selected flipped layer.

Referenced by TOPPViewBase::showSpectrumAlignmentDialog().

Member Data Documentation

◆ layer_indices_1_

std::vector<UInt> layer_indices_1_
protected

Stores the layer indices of the layers in the left list (non-flipped layers)

◆ layer_indices_2_

std::vector<UInt> layer_indices_2_
protected

Stores the layer indices of the layers in the right list (flipped layers)


OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13