 |
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();
159 void sendCursorStatus(
double mz = -1.0,
double rt = -1.0);
161 void aboutToBeDestroyed(
int window_id);
163 void openPreferences();
165 void dropReceived(
const QMimeData * data,
QWidget * source,
int id);
169 void showStatistics();
171 void showIntensityDistribution();
173 void showMetaDistribution(
const String & name);
184 void updateHScrollbar(
float min,
float disp_min,
float disp_max,
float max);
193 void updateVScrollbar(
float min,
float disp_min,
float disp_max,
float max);
195 virtual void showGoToDialog() = 0;
197 void changeLegendVisibility();
202 void closeEvent(QCloseEvent * e)
override;
213 virtual void intensityModeChange_();
219 virtual void recalculateAxes_() = 0;
225 void dragEnterEvent(QDragEnterEvent * event)
override;
226 void dragMoveEvent(QDragMoveEvent * event)
override;
227 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:182
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:133
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67