QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
41 qDeleteAll( mMethods );
46 if ( mMethods.contains(
method->
id() ) )
61 QMap<QString, QString> methods;
virtual QIcon icon() const
The icon of the method.
QgsClassificationMethod * method(const QString &id)
Returns a new instance of the method for the given id.
~QgsClassificationMethodRegistry()
QMap< QString, QString > methodNames() const
Returns a map <name, id> of all registered methods.
virtual QgsClassificationMethod * clone() const =0
Returns a clone of the method.
virtual QString id() const =0
The id of the method as saved in the project, must be unique in registry.
QIcon icon(const QString &id) const
Returns the icon for a given method id.
bool addMethod(QgsClassificationMethod *method)
Adds a method to the registry Returns false if a method with same id already exists.
QgsClassificationMethodRegistry()
virtual QString name() const =0
The readable and translate name of the method.