|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 
   87     static const char RT_AXIS_TITLE[];
 
   88     static const char MZ_AXIS_TITLE[];
 
   89     static const char INTENSITY_AXIS_TITLE[];
 
   90     static const char IM_MS_AXIS_TITLE[];
 
   91     static const char IM_ONEKZERO_AXIS_TITLE[];
 
  138     Int getActionMode() 
const;
 
  141     virtual bool isLegendShown() 
const;
 
  144     virtual void showLegend(
bool show);
 
  150     virtual void hideAxes();
 
  153     virtual void saveAsImage();
 
  156     Int getWindowId() 
override;
 
  159     void setWindowId(
Int window_id) 
override;
 
  165     void sendCursorStatus(
double mz = -1.0, 
double rt = -1.0);
 
  167     void aboutToBeDestroyed(
int window_id);
 
  169     void openPreferences();
 
  171     void dropReceived(
const QMimeData * data, 
QWidget * source, 
int id);
 
  175     void showStatistics();
 
  177     void showIntensityDistribution();
 
  179     void showMetaDistribution(
const String & name);
 
  190     void updateHScrollbar(
float min, 
float disp_min, 
float disp_max, 
float max);
 
  199     void updateVScrollbar(
float min, 
float disp_min, 
float disp_max, 
float max);
 
  201     virtual void showGoToDialog() = 0;
 
  203     void changeLegendVisibility();
 
  208     void closeEvent(QCloseEvent * e) 
override;
 
  219     virtual void intensityModeChange_();
 
  225     virtual void recalculateAxes_() = 0;
 
  231     void dragEnterEvent(QDragEnterEvent * event) 
override;
 
  232     void dragMoveEvent(QDragMoveEvent * event) 
override;
 
  233     void dropEvent(QDropEvent * event) 
override;
 
  
A more convenient string class.
Definition: String.h:59
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
IntensityModes
Display modes of intensity.
Definition: SpectrumCanvas.h:147
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of a histogram.
Definition: Histogram.h:63
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
A container for features.
Definition: FeatureMap.h:97
Management and storage of parameters / INI files.
Definition: Param.h:73
Base class for visualization canvas classes.
Definition: SpectrumCanvas.h:98
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67