86 return QStringLiteral(
"native" );
91 return QStringLiteral(
"qgis" );
96 return tr(
"QGIS (native c++)" );
134 addAlgorithm(
new QgsMinimumEnclosingCircleAlgorithm() );
135 addAlgorithm(
new QgsMultipartToSinglepartAlgorithm() );
137 addAlgorithm(
new QgsOrientedMinimumBoundingBoxAlgorithm() );
140 addAlgorithm(
new QgsRasterLayerUniqueValuesReportAlgorithm() );
141 addAlgorithm(
new QgsAlgorithmRemoveDuplicateVertices() );
QIcon icon() const override
Returns an icon for the provider.
QString id() const override
Returns the unique provider id, used for identifying the provider.
static QString iconPath(const QString &iconFile)
Returns path to the desired icon file.
static QIcon getThemeIcon(const QString &name)
Helper to get a theme icon.
Abstract base class for processing providers.
QString helpId() const override
Returns the provider help id string, used for creating QgsHelp urls for algorithms belong to this pro...
void loadAlgorithms() override
Loads all algorithms belonging to this provider.
bool supportsNonFileBasedOutput() const override
Returns true if the provider supports non-file based outputs (such as memory layers or direct databas...
QString name() const override
Returns the provider name, which is used to describe the provider within the GUI. ...
bool addAlgorithm(QgsProcessingAlgorithm *algorithm)
Adds an algorithm to the provider.
QString svgIconPath() const override
Returns a path to an SVG version of the provider's icon.
QgsNativeAlgorithms(QObject *parent=nullptr)
Constructor for QgsNativeAlgorithms.