10 #ifndef QWT_ROUND_SCALE_DRAW_H 
   11 #define QWT_ROUND_SCALE_DRAW_H 
   13 #include "qwt_global.h" 
   14 #include "qwt_abstract_scale_draw.h" 
   38     void setRadius( 
int radius );
 
   41     void moveCenter( 
double x, 
double y );
 
   42     void moveCenter( 
const QPointF & );
 
   43     QPointF center() 
const;
 
   45     void setAngleRange( 
double angle1, 
double angle2 );
 
   47     virtual double extent( 
const QFont & ) 
const;
 
   50     virtual void drawTick( QPainter *p, 
double val, 
double len ) 
const;
 
   52     virtual void drawLabel( QPainter *p, 
double val ) 
const;