12 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   17 #include <QtWidgets/QDialog> 
   21   class Plot2DGoToDialogTemplate;
 
   69     String getFeatureNumber() 
const;
 
   76     Ui::Plot2DGoToDialogTemplate* 
ui_;
 
GoTo dialog used to zoom to a m/z and retention time range or to a feature.
Definition: Plot2DGoToDialog.h:36
 
Ui::Plot2DGoToDialogTemplate * ui_
Definition: Plot2DGoToDialog.h:76
 
~Plot2DGoToDialog() override
Destructor.
 
Plot2DGoToDialog(QWidget *parent, std::string_view x_name, std::string_view y_name)
 
void setMinMaxOfRange(const AreaXYType &max_range)
Sets the data range of the complete experiment for better navigation with the dialog.
 
PlotCanvas::AreaXYType AreaXYType
Definition: Plot2DGoToDialog.h:40
 
void enableFeatureNumber(bool)
Disables the feature number field.
 
bool showRange() const
Returns if a feature UID was set an a feature should be displayed (false), otherwise,...
 
Area< 2 >::AreaXYType AreaXYType
The range of data shown on the X and Y axis (unit depends on runtime config)
Definition: PlotCanvas.h:152
 
A more convenient string class.
Definition: String.h:34
 
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
 
Definition: FLASHDeconvWizardBase.h:37