40 #include <QtWidgets/QDialog> 44 class SpectrumAlignmentDialogTemplate;
49 class Spectrum1DWidget;
85 Ui::SpectrumAlignmentDialogTemplate*
ui_;
double getTolerance() const
Definition: DataFilterDialog.h:45
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
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:80
Int get2ndLayerIndex()
Returns the index of the selected flipped layer.
~SpectrumAlignmentDialog()
Lets the user select two spectra and set the parameters for the spectrum alignment.
Definition: SpectrumAlignmentDialog.h:56
std::vector< UInt > layer_indices_2_
Stores the layer indices of the layers in the right list (flipped layers)
Definition: SpectrumAlignmentDialog.h:82
int Int
Signed integer type.
Definition: Types.h:102
Ui::SpectrumAlignmentDialogTemplate * ui_
Definition: SpectrumAlignmentDialog.h:85