120 return QStringLiteral(
"native" );
125 return QStringLiteral(
"qgis" );
130 return tr(
"QGIS (native c++)" );
142 addAlgorithm(
new QgsArrayTranslatedFeaturesAlgorithm() );
184 addAlgorithm(
new QgsMinimumEnclosingCircleAlgorithm() );
185 addAlgorithm(
new QgsMultipartToSinglepartAlgorithm() );
186 addAlgorithm(
new QgsMultiRingConstantBufferAlgorithm() );
189 addAlgorithm(
new QgsOrientedMinimumBoundingBoxAlgorithm() );
191 addAlgorithm(
new QgsCreateArrayOffsetLinesAlgorithm() );
193 addAlgorithm(
new QgsProjectPointCartesianAlgorithm() );
195 addAlgorithm(
new QgsRasterLayerUniqueValuesReportAlgorithm() );
197 addAlgorithm(
new QgsRasterPixelsToPolygonsAlgorithm() );
198 addAlgorithm(
new QgsAlgorithmRemoveDuplicateVertices() );
207 addAlgorithm(
new QgsSegmentizeByMaximumAngleAlgorithm() );
208 addAlgorithm(
new QgsSegmentizeByMaximumDistanceAlgorithm() );
210 addAlgorithm(
new QgsShortestPathLayerToPointAlgorithm() );
211 addAlgorithm(
new QgsShortestPathPointToLayerAlgorithm() );
212 addAlgorithm(
new QgsShortestPathPointToPointAlgorithm() );
220 addAlgorithm(
new QgsSymmetricalDifferenceAlgorithm() );
226 addAlgorithm(
new QgsVariableWidthBufferByMAlgorithm() );
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.