38 #include <OpenMS/VISUAL/OpenMS_GUIConfig.h> 88 bool projectionsVisible()
const;
95 canvas_->setMapper(mapper);
102 switch (main_unit_1d)
122 void recalculateAxes_()
override;
124 void toggleProjections();
126 void showGoToDialog()
override;
136 void showSpectrumAsNew1D(
int index);
137 void showChromatogramsAsNew1D(std::vector<
int, std::allocator<int> > indices);
139 void showCurrentPeaksAs3D();
143 void projectionInfo_(
int peaks,
double intensity,
double max);
166 void autoUpdateProjections_();
boost::shared_ptr< ExperimentType > ExperimentSharedPtrType
SharedPtr on MSExperiment.
Definition: LayerDataBase.h:152
Canvas for visualization of one or several spectra.
Definition: Plot1DCanvas.h:319
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
DIM_UNIT
Definition: CommonEnums.h:45
draw data as peak
Definition: Plot1DCanvas.h:384
Shows intensities normalized by each layer's maximum: f(x)=x/max(x)*100.
Definition: PlotCanvas.h:205
Shows the maximum displayed intensity (across all layers) as if it was the overall maximum intensity...
Definition: PlotCanvas.h:206
const DimBase & getDim(DIM d) const
obtain unit/name for X/Y/Z dimension.
Definition: DimMapper.h:784
A D-dimensional half-open interval.
Definition: DRange.h:60
Management and storage of parameters / INI files.
Definition: Param.h:69
DIM_UNIT getUnit() const
The unit of the dimension.
Definition: DimMapper.h:155
Canvas for 2D-visualization of peak map, feature map and consensus map data.
Definition: Plot2DCanvas.h:70
draw as connected lines
Definition: Plot1DCanvas.h:385
Class that stores the data for one layer.
Definition: LayerDataBase.h:194