simple goto/set visible area dialog for exact placement of the viewing window More...
#include <OpenMS/VISUAL/DIALOGS/Spectrum1DGoToDialog.h>
Public Member Functions | |
Spectrum1DGoToDialog (QWidget *parent=0) | |
Constructor. More... | |
~Spectrum1DGoToDialog () | |
Destructor. More... | |
void | setRange (Real min, Real max) |
Sets the m/z range displayed initially. More... | |
void | fixRange () |
Fixes the currently stored range (i.e. ensure correct order of min-max; enforce minimum of 1 Da window IFF min==max. More... | |
Real | getMin () const |
Returns the lower m/z bound. More... | |
Real | getMax () const |
Returns the upper m/z bound. More... | |
simple goto/set visible area dialog for exact placement of the viewing window
Spectrum1DGoToDialog | ( | QWidget * | parent = 0 | ) |
Constructor.
~Spectrum1DGoToDialog | ( | ) |
Destructor.
void fixRange | ( | ) |
Fixes the currently stored range (i.e. ensure correct order of min-max; enforce minimum of 1 Da window IFF min==max.
Real getMax | ( | ) | const |
Returns the upper m/z bound.
Real getMin | ( | ) | const |
Returns the lower m/z bound.
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:35 using doxygen 1.8.5 |