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();
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_();
215 virtual void recalculateAxes_() = 0;
221 void dragEnterEvent(QDragEnterEvent * event)
override;
222 void dragMoveEvent(QDragMoveEvent * event)
override;
223 void dropEvent(QDropEvent * event)
override;
225 void paintEvent(QPaintEvent * )
override;
A more convenient string class.
Definition: String.h:58
A container for features.
Definition: FeatureMap.h:98
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
Representation of a histogram.
Definition: Histogram.h:63
Management and storage of parameters / INI files.
Definition: Param.h:69
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
IntensityModes
Display modes of intensity.
Definition: PlotCanvas.h:184
Base class for visualization canvas classes.
Definition: PlotCanvas.h:135
int Int
Signed integer type.
Definition: Types.h:102