10 #ifndef QWT_ROUND_SCALE_DRAW_H 
   11 #define QWT_ROUND_SCALE_DRAW_H 
   14 #include "qwt_global.h" 
   15 #include "qwt_abstract_scale_draw.h" 
   42     void setRadius(
int radius);
 
   45     void moveCenter(
int x, 
int y);
 
   46     void moveCenter(
const QPoint &);
 
   47     QPoint center() 
const;
 
   49     void setAngleRange(
double angle1, 
double angle2);
 
   51     virtual int extent(
const QPen &, 
const QFont &) 
const;
 
   54     virtual void drawTick(QPainter *p, 
double val, 
int len) 
const;
 
   56     virtual void drawLabel(QPainter *p, 
double val) 
const;