mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	subclasses, so that the subclass itself can indicate what settings it respects and we can avoid all the hardcoded logic in the configuration widget
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/scalebar/qgsdoubleboxscalebarrenderer.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsDoubleBoxScaleBarRenderer: QgsScaleBarRenderer
 | 
						|
{
 | 
						|
%Docstring
 | 
						|
Double box with alternating colors.
 | 
						|
 | 
						|
.. versionadded:: 3.0
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsdoubleboxscalebarrenderer.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsDoubleBoxScaleBarRenderer();
 | 
						|
%Docstring
 | 
						|
Constructor for QgsDoubleBoxScaleBarRenderer.
 | 
						|
%End
 | 
						|
 | 
						|
    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.pl again   *
 | 
						|
 ************************************************************************/
 |