mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
14 lines
308 B
Plaintext
14 lines
308 B
Plaintext
|
class QgsDoubleBoxScaleBarStyle: QgsScaleBarStyle
|
||
|
{
|
||
|
%TypeHeaderCode
|
||
|
#include <qgsdoubleboxscalebarstyle.h>
|
||
|
%End
|
||
|
public:
|
||
|
QgsDoubleBoxScaleBarStyle( const QgsComposerScaleBar* bar );
|
||
|
~QgsDoubleBoxScaleBarStyle();
|
||
|
|
||
|
QString name() const;
|
||
|
|
||
|
void draw( QPainter* p, double xOffset = 0 ) const;
|
||
|
};
|