18#ifndef QGS3DALGORITHMS_H
19#define QGS3DALGORITHMS_H
41 QIcon
icon()
const override;
43 QString
id()
const override;
45 QString
name()
const override;
QGIS 3D processing algorithm provider.
QString name() const override
Returns the provider name, which is used to describe the provider within the GUI.
QString id() const override
Returns the unique provider id, used for identifying the provider.
QString svgIconPath() const override
Returns a path to an SVG version of the provider's icon.
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...
QIcon icon() const override
Returns an icon for the provider.
QString helpId() const override
Returns the provider help id string, used for creating QgsHelp urls for algorithms belong to this pro...
Qgs3DAlgorithms(QObject *parent=nullptr)
Constructor for Qgs3DAlgorithms.
Abstract base class for processing providers.