#include <OpenMS/VISUAL/Spectrum3DWidget.h>
Public Slots | |
virtual void | showGoToDialog () |
Shows a goto dialog. | |
Public Member Functions | |
Spectrum3DWidget (const Param &preferences, QWidget *parent=0) | |
Constructor. | |
virtual | ~Spectrum3DWidget () |
Destructor. | |
Spectrum3DCanvas * | canvas () |
This method is overwritten to make the class specific members accessable. | |
virtual void | recalculateAxes_ () |
recalculates the Axis ticks | |
virtual Math::Histogram< UInt, float > | createIntensityDistribution_ () |
creates the intensity distribution of the widget | |
bool | isLegendShown () const |
Returns if the axis labels are shown. | |
virtual void | showLegend (bool show) |
Shows/hides axis labels. |
Spectrum3DWidget | ( | const Param & | preferences, | |
QWidget * | parent = 0 | |||
) |
Constructor.
virtual ~Spectrum3DWidget | ( | ) | [virtual] |
Destructor.
Spectrum3DCanvas* canvas | ( | ) | [inline] |
This method is overwritten to make the class specific members accessable.
Reimplemented from SpectrumWidget.
virtual void recalculateAxes_ | ( | ) | [virtual] |
virtual Math::Histogram<UInt, float> createIntensityDistribution_ | ( | ) | [virtual] |
bool isLegendShown | ( | ) | const [virtual] |
virtual void showLegend | ( | bool | show | ) | [virtual] |
virtual void showGoToDialog | ( | ) | [virtual, slot] |
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |