mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/classification/qgsclassificationlogarithmic.h               *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| class QgsClassificationLogarithmic : QgsClassificationMethod
 | |
| {
 | |
| %Docstring(signature="appended")
 | |
| Implementation of a logarithmic scale method
 | |
| 
 | |
| .. versionadded:: 3.10
 | |
| %End
 | |
| 
 | |
| %TypeHeaderCode
 | |
| #include "qgsclassificationlogarithmic.h"
 | |
| %End
 | |
|   public:
 | |
| 
 | |
|     enum NegativeValueHandling
 | |
|     {
 | |
|       NoHandling,
 | |
|       Discard,
 | |
|       PrependBreak
 | |
|     };
 | |
| 
 | |
|     QgsClassificationLogarithmic();
 | |
|     virtual QgsClassificationMethod *clone() const;
 | |
| 
 | |
|     virtual QString name() const;
 | |
| 
 | |
|     virtual QString id() const;
 | |
| 
 | |
|     virtual QIcon icon() const;
 | |
| 
 | |
|     virtual QString labelForRange( double lowerValue, double upperValue, ClassPosition position ) const;
 | |
| 
 | |
|     virtual bool valuesRequired() const;
 | |
| 
 | |
| 
 | |
| };
 | |
| 
 | |
| /************************************************************************
 | |
|  * This file has been generated automatically from                      *
 | |
|  *                                                                      *
 | |
|  * src/core/classification/qgsclassificationlogarithmic.h               *
 | |
|  *                                                                      *
 | |
|  * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | |
|  ************************************************************************/
 |