36 #ifndef OPENMS_VISUAL_DIALOGS_SPECTRUMALIGNMENTDIALOG_H 
   37 #define OPENMS_VISUAL_DIALOGS_SPECTRUMALIGNMENTDIALOG_H 
   39 #include <OpenMS/VISUAL/DIALOGS/UIC/ui_SpectrumAlignmentDialog.h> 
   44   class Spectrum1DWidget;
 
   53     public Ui::SpectrumAlignmentDialogTemplate
 
   81 #endif // OPENMS_VISUAL_DIALOGS_SPECTRUMALIGNMENTDIALOG_H 
SpectrumAlignmentDialog(Spectrum1DWidget *parent)
Constructor. 
Int get1stLayerIndex()
Returns the index of the selected non-flipped layer. 
std::vector< UInt > layer_indices_1_
Stores the layer indices of the layers in the left list (non-flipped layers) 
Definition: SpectrumAlignmentDialog.h:72
Int get2ndLayerIndex()
Returns the index of the selected flipped layer. 
Lets the user select two spectra and set the parameters for the spectrum alignment. 
Definition: SpectrumAlignmentDialog.h:51
std::vector< UInt > layer_indices_2_
Stores the layer indices of the layers in the right list (flipped layers) 
Definition: SpectrumAlignmentDialog.h:74
int Int
Signed integer type. 
Definition: Types.h:100