35 #ifndef OPENMS_VISUAL_HISTOGRAMWIDGET_H
36 #define OPENMS_VISUAL_HISTOGRAMWIDGET_H
42 #include <QtGui/QWidget>
43 #include <QtGui/QPixmap>
79 double getLeftSplitter();
82 double getRightSplitter();
85 void setLegend(
const String & legend);
89 void showSplitters(
bool on);
92 void setRightSplitter(
double pos);
95 void setLeftSplitter(
double pos);
98 void setLogMode(
bool log_mode);
133 void paintEvent(QPaintEvent *);
134 void mousePressEvent(QMouseEvent *);
135 void mouseReleaseEvent(QMouseEvent *);
136 void mouseMoveEvent(QMouseEvent *);
137 void resizeEvent(QResizeEvent *);
143 void showContextMenu(
const QPoint & pos);
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Representation of a histogram.
Definition: Histogram.h:64