mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/scalebar/qgsdoubleboxscalebarrenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsDoubleBoxScaleBarRenderer: QgsScaleBarRenderer
|
|
{
|
|
%Docstring(signature="appended")
|
|
Double box with alternating colors.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsdoubleboxscalebarrenderer.h"
|
|
%End
|
|
public:
|
|
|
|
QgsDoubleBoxScaleBarRenderer();
|
|
|
|
virtual QString id() const;
|
|
|
|
virtual QString visibleName() const;
|
|
|
|
virtual Flags flags() const;
|
|
|
|
virtual int sortKey() const;
|
|
|
|
virtual QgsDoubleBoxScaleBarRenderer *clone() const /Factory/;
|
|
|
|
|
|
virtual void draw( QgsRenderContext &context,
|
|
const QgsScaleBarSettings &settings,
|
|
const QgsScaleBarRenderer::ScaleBarContext &scaleContext ) const;
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/scalebar/qgsdoubleboxscalebarrenderer.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|