2019-08-30 12:14:59 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2019-09-02 09:46:40 +02:00
|
|
|
* src/core/classification/qgsclassificationquantile.h *
|
2019-08-30 12:14:59 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsClassificationQuantile : QgsClassificationMethod
|
|
|
|
{
|
|
|
|
%Docstring
|
2019-08-31 10:20:09 +02:00
|
|
|
QgsClassificationQuantile is an implementation of QgsClassificationMethod
|
2019-08-30 12:14:59 +02:00
|
|
|
based on quantiles
|
|
|
|
|
|
|
|
.. versionadded:: 3.10
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsclassificationquantile.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsClassificationQuantile();
|
|
|
|
|
|
|
|
virtual QString name() const;
|
|
|
|
|
|
|
|
virtual QString id() const;
|
|
|
|
|
|
|
|
virtual QgsClassificationMethod *clone() const;
|
|
|
|
|
2019-09-03 09:47:55 +02:00
|
|
|
virtual QIcon icon() const;
|
|
|
|
|
2019-08-30 12:14:59 +02:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
2019-09-02 09:46:40 +02:00
|
|
|
* src/core/classification/qgsclassificationquantile.h *
|
2019-08-30 12:14:59 +02:00
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|