10 #ifndef QWT_SCALE_DIV_H
11 #define QWT_SCALE_DIV_H
13 #include "qwt_global.h"
14 #include "qwt_interval.h"
55 double lowerBound,
double upperBound, QList<double>[NTickTypes] );
60 void setInterval(
double lowerBound,
double upperBound );
64 double lowerBound()
const;
65 double upperBound()
const;
68 bool contains(
double v )
const;
70 void setTicks(
int type,
const QList<double> & );
71 const QList<double> &ticks(
int type )
const;
81 QList<double> d_ticks[NTickTypes];
130 return d_upperBound - d_lowerBound;