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[];
132 Int getActionMode()
const;
135 virtual bool isLegendShown()
const;
138 virtual void showLegend(
bool show);
144 virtual void hideAxes();
147 virtual void saveAsImage();
153 void sendCursorStatus(
const String& x_value,
const String& y_value);
155 void aboutToBeDestroyed(
int window_id);
157 void openPreferences();
159 void dropReceived(
const QMimeData* data,
QWidget* source,
int id);
163 void showStatistics();
178 void updateHScrollbar(
float min,
float disp_min,
float disp_max,
float max);
187 void updateVScrollbar(
float min,
float disp_min,
float disp_max,
float max);
189 virtual void showGoToDialog() = 0;
191 void changeLegendVisibility();
202 void closeEvent(QCloseEvent * e)
override;
213 virtual void intensityModeChange_();
215 virtual void recalculateAxes_() = 0;
219 void dragEnterEvent(QDragEnterEvent * event)
override;
220 void dragMoveEvent(QDragMoveEvent * event)
override;
221 void dropEvent(QDropEvent * event)
override;
223 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:202
Base class for visualization canvas classes.
Definition: PlotCanvas.h:145
int Int
Signed integer type.
Definition: Types.h:102