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>();
QgsClassificationCustom is a dummy implementation of QgsClassification which does not compute any bre...
QString id() const override
The id of the method as saved in the project, must be unique in registry.
QgsClassificationCustom()
QgsClassificationMethod * clone() const override
Returns a clone of the method.
QString name() const override
The readable and translate name of the method.
static const QString METHOD_ID
QgsClassificationMethod is an abstract class for implementations of classification methods.
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