Go to the documentation of this file.
   25 #ifndef PLOT2D_HISTOGRAM_H 
   26 #define PLOT2D_HISTOGRAM_H 
   31 #include <qwt_series_data.h> 
   48   QwtIntervalSeriesData 
getData() 
const;
 
   50   void                  setColor( 
const QColor& );
 
   51   QColor                getColor() 
const;
 
   53   void                  setWidth( 
const double );
 
   54   double                getWidth( 
const bool ) 
const;
 
   59   QColor                getNextColor( 
const QwtPlot* );
 
   60   bool                  existColor( 
const QwtPlot*, 
const QColor& );
 
   68 #endif // PLOT2D_HISTOGRAM_H