17 #ifndef QGSSCALEBARSTYLE_H    18 #define QGSSCALEBARSTYLE_H    39     virtual void draw( 
QPainter* p, 
double xOffset = 0 ) 
const = 0; 
    40     virtual void drawLabels( 
QPainter* p ) 
const; 
    41     virtual QRectF calculateBoxSize() 
const; 
    42     virtual QString name() 
const = 0; 
 A scale bar item that can be added to a map composition. 
 
Abstraction of composer scale bar style. 
 
const QgsComposerScaleBar * mScaleBar