36 #ifndef OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H 
   37 #define OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H 
   39 #include <QtGui/QDialog> 
   63     Real getLeftSplitter();
 
   65     Real getRightSplitter();
 
   68     void setLeftSplitter(
Real position);
 
   70     void setRightSplitter(
Real position);
 
   73     void setLegend(
const String & legend);
 
   75     void setLogMode(
bool log_mode);
 
   83 #endif //OPENMS_VISUAL_DIALOGS_HISTOGRAMDIALOG_H 
float Real
Real type. 
Definition: Types.h:109
A more convenient string class. 
Definition: String.h:56
Dialog that show a HistogramWidget. 
Definition: HistogramDialog.h:51
HistogramWidget * mw_
Definition: HistogramDialog.h:78
Representation of a histogram. 
Definition: Histogram.h:64