Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | List of all members
Spectrum2DGoToDialog Class Reference

GoTo dialog used to zoom to a m/z and retention time range or to a feature. More...

#include <OpenMS/VISUAL/DIALOGS/Spectrum2DGoToDialog.h>

Inheritance diagram for Spectrum2DGoToDialog:
QDialog

Public Member Functions

 Spectrum2DGoToDialog (QWidget *parent=0)
 Constructor. More...
 
 ~Spectrum2DGoToDialog ()
 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...
 
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
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...
 

Detailed Description

GoTo dialog used to zoom to a m/z and retention time range or to a feature.

Constructor & Destructor Documentation

◆ Spectrum2DGoToDialog()

Spectrum2DGoToDialog ( QWidget parent = 0)

Constructor.

◆ ~Spectrum2DGoToDialog()

Destructor.

Member Function Documentation

◆ enableFeatureNumber()

void enableFeatureNumber ( bool  )

Disables the feature number field.

◆ fixRange()

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.

◆ getFeatureNumber()

String getFeatureNumber ( ) const

Returns the selected feature numbers. If a number is returned, the feature rather than the range should be displayed.

◆ getMaxMZ()

float getMaxMZ ( ) const

Returns the upper m/z bound.

◆ getMaxRT()

float getMaxRT ( ) const

Returns the upper RT bound.

◆ getMinMZ()

float getMinMZ ( ) const

Returns the lower m/z bound.

◆ getMinRT()

float getMinRT ( ) const

Returns the lower RT bound.

◆ setMinMaxOfRange()

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.

◆ setRange()

void setRange ( float  min_rt,
float  max_rt,
float  min_mz,
float  max_mz 
)

Sets the data range to display initially.

◆ showRange()

bool showRange ( ) const

Returns if a range should be display (true) or if a feature should be displayed (false)


OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13