38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 42 #include <QtWidgets/QDialog> 46 class Plot2DGoToDialogTemplate;
71 bool showRange()
const;
80 void setRange(
float min_rt,
float max_rt,
float min_mz,
float max_mz);
83 void setMinMaxOfRange(
float min_rt,
float max_rt,
float min_mz,
float max_mz);
85 float getMinRT()
const;
87 float getMaxRT()
const;
89 float getMinMZ()
const;
91 float getMaxMZ()
const;
96 String getFeatureNumber()
const;
99 void enableFeatureNumber(
bool);
103 Ui::Plot2DGoToDialogTemplate*
ui_;
A more convenient string class.
Definition: String.h:58
Ui::Plot2DGoToDialogTemplate * ui_
Definition: Plot2DGoToDialog.h:103
Definition: SwathWizardBase.h:62
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
GoTo dialog used to zoom to a m/z and retention time range or to a feature.
Definition: Plot2DGoToDialog.h:59