35 #ifndef OPENMS_VISUAL_DIALOGS_SPECTRUM2DGOTODIALOG_H
36 #define OPENMS_VISUAL_DIALOGS_SPECTRUM2DGOTODIALOG_H
41 #include <OpenMS/VISUAL/DIALOGS/UIC/ui_Spectrum2DGoToDialog.h>
56 public Ui::Spectrum2DGoToDialogTemplate
67 bool showRange()
const;
74 void setRange(
float min_rt,
float max_rt,
float min_mz,
float max_mz);
77 void setMinMaxOfRange(
float min_rt,
float max_rt,
float min_mz,
float max_mz);
79 float getMinRT()
const;
81 float getMaxRT()
const;
83 float getMinMZ()
const;
85 float getMaxMZ()
const;
90 String getFeatureNumber()
const;
93 void enableFeatureNumber(
bool);
99 #endif // OPENMS_VISUAL_DIALOGS_SPECTRUM2DGOTODIALOG_H
GoTo dialog used to zoom to a m/z and retention time range or to a feature.
Definition: Spectrum2DGoToDialog.h:54
A more convenient string class.
Definition: String.h:57