36 #ifndef OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H
37 #define OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H
42 #include <QtGui/QDialog>
66 float getLeftSplitter();
68 float getRightSplitter();
71 void setLeftSplitter(
float position);
73 void setRightSplitter(
float position);
76 void setLegend(
const String & legend);
78 void setLogMode(
bool log_mode);
86 #endif //OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H
A more convenient string class.
Definition: String.h:57
Dialog that show a HistogramWidget.
Definition: HistogramDialog.h:54
HistogramWidget * mw_
Definition: HistogramDialog.h:81
Representation of a histogram.
Definition: Histogram.h:64