Dialog that show a HistogramWidget. More...
#include <OpenMS/VISUAL/DIALOGS/HistogramDialog.h>
Public Member Functions | |
| HistogramDialog (const Math::Histogram<> &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. | |
| void | setLogMode (bool log_mode) |
| Sets log mode. | |
Protected Attributes | |
| HistogramWidget * | mw_ |
Dialog that show a HistogramWidget.
| HistogramDialog | ( | const Math::Histogram<> & | 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 setLegend | ( | const String & | legend | ) |
Sets the axis legend.
| void setLogMode | ( | bool | log_mode | ) |
Sets log mode.
| void setRightSplitter | ( | Real | position | ) |
Sets the value of the right splitter.
HistogramWidget* mw_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:58 using doxygen 1.7.1 |