10 #ifndef QWT_SCALE_DIV_H 
   11 #define QWT_SCALE_DIV_H 
   13 #include "qwt_global.h" 
   14 #include "qwt_valuelist.h" 
   15 #include "qwt_double_interval.h" 
   47         QwtValueList[NTickTypes]);
 
   48     explicit QwtScaleDiv(
double lowerBound, 
double upperBound,
 
   49         QwtValueList[NTickTypes]);
 
   54     void setInterval(
double lowerBound, 
double upperBound);
 
   58     double lowerBound() 
const;
 
   59     double upperBound() 
const;
 
   62     bool contains(
double v) 
const;
 
   64     void setTicks(
int type, 
const QwtValueList &);
 
   65     const QwtValueList &ticks(
int type) 
const;
 
   75     QwtValueList d_ticks[NTickTypes];
 
  122     return d_upperBound - d_lowerBound;