|  | OpenMS
    2.6.0
    | 
GoTo dialog used to zoom to a m/z and retention time range or to a feature. More...
#include <OpenMS/VISUAL/DIALOGS/Spectrum2DGoToDialog.h>
| Public Member Functions | |
| Spectrum2DGoToDialog (QWidget *parent=nullptr) | |
| Constructor.  More... | |
| ~Spectrum2DGoToDialog () override | |
| Destructor.  More... | |
| bool | showRange () const | 
| Returns if a range should be display (true) or if a feature should be displayed (false)  More... | |
| void | fixRange () | 
| Fixes the currently stored range (i.e. ensure correct order of min-max; enforce minimum of 1 Da (or 1 sec for RT) window IFF min==max.  More... | |
| bool | checked () | 
| Methods for ranges | |
| void | setRange (float min_rt, float max_rt, float min_mz, float max_mz) | 
| Sets the data range to display initially.  More... | |
| void | setMinMaxOfRange (float min_rt, float max_rt, float min_mz, float max_mz) | 
| Sets the data range of the complete experiment for better navigation with the dialog.  More... | |
| float | getMinRT () const | 
| Returns the lower RT bound.  More... | |
| float | getMaxRT () const | 
| Returns the upper RT bound.  More... | |
| float | getMinMZ () const | 
| Returns the lower m/z bound.  More... | |
| float | getMaxMZ () const | 
| Returns the upper m/z bound.  More... | |
| Methods for feature numbers | |
| Ui::Spectrum2DGoToDialogTemplate * | ui_ | 
| String | getFeatureNumber () const | 
| Returns the selected feature numbers. If a number is returned, the feature rather than the range should be displayed.  More... | |
| void | enableFeatureNumber (bool) | 
| Disables the feature number field.  More... | |
GoTo dialog used to zoom to a m/z and retention time range or to a feature.
| Spectrum2DGoToDialog | ( | QWidget * | parent = nullptr | ) | 
Constructor.
| 
 | override | 
Destructor.
| bool checked | ( | ) | 
| void enableFeatureNumber | ( | bool | ) | 
Disables the feature number field.
| void fixRange | ( | ) | 
Fixes the currently stored range (i.e. ensure correct order of min-max; enforce minimum of 1 Da (or 1 sec for RT) window IFF min==max.
| String getFeatureNumber | ( | ) | const | 
Returns the selected feature numbers. If a number is returned, the feature rather than the range should be displayed.
| float getMaxMZ | ( | ) | const | 
Returns the upper m/z bound.
| float getMaxRT | ( | ) | const | 
Returns the upper RT bound.
| float getMinMZ | ( | ) | const | 
Returns the lower m/z bound.
| float getMinRT | ( | ) | const | 
Returns the lower RT bound.
Sets the data range of the complete experiment for better navigation with the dialog.
Sets the data range to display initially.
| bool showRange | ( | ) | const | 
Returns if a range should be display (true) or if a feature should be displayed (false)
| 
 | private | 
 1.8.16
 1.8.16