28 QgsDoubleBoxScaleBarStyle::QgsDoubleBoxScaleBarStyle():
QgsScaleBarStyle( 0 )
54 p->setRenderHint( QPainter::Antialiasing,
true );
57 QList<QPair<double, double> > segmentInfo;
62 QList<QPair<double, double> >::const_iterator segmentIt = segmentInfo.constBegin();
63 for ( ; segmentIt != segmentInfo.constEnd(); ++segmentIt )
75 QRectF segmentRectTop( segmentIt->first + xOffset, barTopPosition, segmentIt->second, segmentHeight );
76 p->drawRect( segmentRectTop );
89 QRectF segmentRectBottom( segmentIt->first + xOffset, barTopPosition + segmentHeight, segmentIt->second, segmentHeight );
90 p->drawRect( segmentRectBottom );