mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
43 lines
1.5 KiB
Plaintext
43 lines
1.5 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
|
|
Implementation of a logarithmic scale method
|
|
|
|
.. versionadded:: 3.10
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsclassificationlogarithmic.h"
|
|
%End
|
|
public:
|
|
QgsClassificationLogarithmic();
|
|
virtual QgsClassificationMethod *clone() const;
|
|
|
|
virtual QString name() const;
|
|
|
|
virtual QString id() const;
|
|
|
|
virtual QString labelForRange( double lowerValue, double upperValue, ClassPosition position ) 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 *
|
|
************************************************************************/
|