Widget for 3D-visualization of map data. More...
#include <OpenMS/VISUAL/Spectrum3DWidget.h>
Public Slots | |
| virtual void | showGoToDialog () |
| Shows a goto dialog. | |
Signals | |
| void | showCurrentPeaksAs2D () |
| Requests to display all spectra in 2D plot. | |
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 | createIntensityDistribution_ () const |
| creates the intensity distribution of the current layer | |
| virtual Math::Histogram | createMetaDistribution_ (const String &name) const |
creates the meta data distribution of value name of the current layer | |
| bool | isLegendShown () const |
| Returns if the axis labels are shown. | |
| virtual void | showLegend (bool show) |
| Shows/hides axis labels. | |
Widget for 3D-visualization of map data.
| 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.
Referenced by TOPPViewBase::showCurrentPeaksAs3D().
| virtual Math::Histogram createIntensityDistribution_ | ( | ) | const [virtual] |
creates the intensity distribution of the current layer
Implements SpectrumWidget.
| virtual Math::Histogram createMetaDistribution_ | ( | const String & | name | ) | const [virtual] |
creates the meta data distribution of value name of the current layer
Implements SpectrumWidget.
| bool isLegendShown | ( | ) | const [virtual] |
Returns if the axis labels are shown.
Reimplemented from SpectrumWidget.
| virtual void recalculateAxes_ | ( | ) | [virtual] |
recalculates the Axis ticks
Implements SpectrumWidget.
| void showCurrentPeaksAs2D | ( | ) | [signal] |
Requests to display all spectra in 2D plot.
| virtual void showGoToDialog | ( | ) | [virtual, slot] |
Shows a goto dialog.
Implements SpectrumWidget.
| virtual void showLegend | ( | bool | show | ) | [virtual] |
Shows/hides axis labels.
Reimplemented from SpectrumWidget.
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |