QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
37 return QObject::tr(
"Custom" );
45 QList<double> QgsClassificationCustom::calculateBreaks(
double &minimum,
double &maximum,
46 const QList<double> &values,
int nclasses )
52 return QList<double>();
static const QString METHOD_ID
QgsClassificationMethod is an abstract class for implementations of classification methods.
QString id() const override
The id of the method as saved in the project, must be unique in registry.
QString name() const override
The readable and translate name of the method.
QgsClassificationCustom is a dummy implementation of QgsClassification which does not compute any bre...
QgsClassificationCustom()
void copyBase(QgsClassificationMethod *c) const
Copy the parameters (shall be used in clone implementation)
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into c
QgsClassificationMethod * clone() const override
Returns a clone of the method.