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