#include <OpenMS/VISUAL/Spectrum1DWidget.h>
The widget composes of a scoll bar, an AxisWidget and a Spectrum1DCanvas as central widget.
The example image shows Spectrum1DWidget displaying a raw data layer and a peak data layer.
Public Slots | |
virtual void | showGoToDialog () |
Shows a goto dialog. | |
Signals | |
void | visibleAreaChanged (double, double) |
Is emitted whenever the visible area changes. | |
Public Member Functions | |
Spectrum1DWidget (const Param &preferences, QWidget *parent=0) | |
Default constructor. | |
virtual | ~Spectrum1DWidget () |
Destructor. | |
Spectrum1DCanvas * | canvas () |
This method is overwritten to make the class specific members accessable. | |
Protected Member Functions | |
virtual Math::Histogram< UInt, float > | createIntensityDistribution_ () |
creates the intensity distribution of the widget | |
virtual void | recalculateAxes_ () |
recalculates the Axis ticks |
Spectrum1DWidget | ( | const Param & | preferences, | |
QWidget * | parent = 0 | |||
) |
Default constructor.
virtual ~Spectrum1DWidget | ( | ) | [virtual] |
Destructor.
Spectrum1DCanvas* canvas | ( | ) | [inline] |
This method is overwritten to make the class specific members accessable.
Reimplemented from SpectrumWidget.
void visibleAreaChanged | ( | double | , | |
double | ||||
) | [signal] |
Is emitted whenever the visible area changes.
virtual void showGoToDialog | ( | ) | [virtual, slot] |
virtual Math::Histogram<UInt,float> createIntensityDistribution_ | ( | ) | [protected, virtual] |
virtual void recalculateAxes_ | ( | ) | [protected, virtual] |
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |