36 #ifndef OPENMS_VISUAL_DIALOGS_SPECTRUM2DGOTODIALOG_H 
   37 #define OPENMS_VISUAL_DIALOGS_SPECTRUM2DGOTODIALOG_H 
   39 #include <OpenMS/VISUAL/DIALOGS/UIC/ui_Spectrum2DGoToDialog.h> 
   54     public Ui::Spectrum2DGoToDialogTemplate
 
   65     bool showRange() 
const;
 
   75     Real getMinRT() 
const;
 
   77     Real getMaxRT() 
const;
 
   79     Real getMinMZ() 
const;
 
   81     Real getMaxMZ() 
const;
 
   86     String getFeatureNumber() 
const;
 
   89     void enableFeatureNumber(
bool);
 
   95 #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:52
float Real
Real type. 
Definition: Types.h:109
A more convenient string class. 
Definition: String.h:56