mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/scalebar/qgssteppedlinescalebarrenderer.h                   *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsSteppedLineScaleBarRenderer: QgsScaleBarRenderer
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Scalebar style that draws a stepped line representation of a scalebar.
 | 
						|
 | 
						|
.. versionadded:: 3.14
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgssteppedlinescalebarrenderer.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsSteppedLineScaleBarRenderer();
 | 
						|
%Docstring
 | 
						|
Constructor for QgsSteppedLineScaleBarRenderer.
 | 
						|
%End
 | 
						|
 | 
						|
    virtual QString id() const;
 | 
						|
 | 
						|
    virtual QString visibleName() const;
 | 
						|
 | 
						|
    virtual int sortKey() const;
 | 
						|
 | 
						|
    virtual Flags flags() const;
 | 
						|
 | 
						|
    virtual QgsSteppedLineScaleBarRenderer *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/qgssteppedlinescalebarrenderer.h                   *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |