38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 132 Int getActionMode()
const;
135 virtual bool isLegendShown()
const;
138 virtual void showLegend(
bool show);
144 virtual void hideAxes();
147 virtual void saveAsImage();
150 Int getWindowId()
override;
153 void setWindowId(
Int window_id)
override;
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:57
A container for features.
Definition: FeatureMap.h:93
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Base class for visualization canvas classes.
Definition: SpectrumCanvas.h:100
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
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:74
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
IntensityModes
Display modes of intensity.
Definition: SpectrumCanvas.h:149
int Int
Signed integer type.
Definition: Types.h:102