#include <OpenMS/VISUAL/DIALOGS/HistogramDialog.h>
Public Member Functions | |
HistogramDialog (const Math::Histogram< UInt, Real > &distribution, QWidget *parent=0) | |
Constructor. | |
~HistogramDialog () | |
Destructor. | |
Real | getLeftSplitter () |
Returns the value of the left splitter. | |
Real | getRightSplitter () |
Returns the value of the right splitter. | |
void | setLeftSplitter (Real position) |
Sets the value of the left splitter. | |
void | setRightSplitter (Real position) |
Sets the value of the right splitter. | |
void | setLegend (const String &legend) |
Sets the axis legend. | |
Protected Attributes | |
HistogramWidget * | mw_ |
HistogramDialog | ( | const Math::Histogram< UInt, Real > & | distribution, | |
QWidget * | parent = 0 | |||
) |
Constructor.
~HistogramDialog | ( | ) |
Destructor.
Real getLeftSplitter | ( | ) |
Returns the value of the left splitter.
Real getRightSplitter | ( | ) |
Returns the value of the right splitter.
void setLeftSplitter | ( | Real | position | ) |
Sets the value of the left splitter.
void setRightSplitter | ( | Real | position | ) |
Sets the value of the right splitter.
void setLegend | ( | const String & | legend | ) |
Sets the axis legend.
HistogramWidget* mw_ [protected] |
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |