mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			73 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/raster/qgsrasterrendererregistry.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsRasterRendererRegistry
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Registry for raster renderers.
 | 
						|
 | 
						|
:py:class:`QgsRasterRendererRegistry` is not usually directly created, but rather accessed through
 | 
						|
:py:func:`QgsApplication.rasterRendererRegistry()`.
 | 
						|
 | 
						|
.. note::
 | 
						|
 | 
						|
   Exposed to Python bindings in QGIS 3.38
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsrasterrendererregistry.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsRasterRendererRegistry();
 | 
						|
%Docstring
 | 
						|
Constructor for QgsRasterRendererRegistry.
 | 
						|
 | 
						|
QgsRasterRendererRegistry is not usually directly created, but rather accessed through
 | 
						|
:py:func:`QgsApplication.rasterRendererRegistry()`.
 | 
						|
 | 
						|
The registry is pre-populated with standard raster renderers.
 | 
						|
%End
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    QStringList renderersList() const;
 | 
						|
%Docstring
 | 
						|
Returns a list of the names of registered renderers.
 | 
						|
%End
 | 
						|
 | 
						|
 | 
						|
    Qgis::RasterRendererCapabilities rendererCapabilities( const QString &rendererName ) const;
 | 
						|
%Docstring
 | 
						|
Returns the capabilities for the renderer with the specified name.
 | 
						|
 | 
						|
.. versionadded:: 3.38
 | 
						|
%End
 | 
						|
 | 
						|
    QgsRasterRenderer *defaultRendererForDrawingStyle( Qgis::RasterDrawingStyle drawingStyle, QgsRasterDataProvider *provider ) const /Factory/;
 | 
						|
%Docstring
 | 
						|
Creates a default renderer for a raster drawing style (considering user options such as default contrast enhancement).
 | 
						|
Caller takes ownership.
 | 
						|
%End
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/raster/qgsrasterrendererregistry.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.py again   *
 | 
						|
 ************************************************************************/
 |