mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/analysis/processing/qgsnativealgorithms.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsNativeAlgorithms : QgsProcessingProvider
|
|
{
|
|
%Docstring(signature="appended")
|
|
Native c++ processing algorithm provider.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsnativealgorithms.h"
|
|
%End
|
|
public:
|
|
QgsNativeAlgorithms( QObject *parent = 0 );
|
|
%Docstring
|
|
Constructor for QgsNativeAlgorithms.
|
|
%End
|
|
|
|
virtual QIcon icon() const;
|
|
|
|
virtual QString svgIconPath() const;
|
|
|
|
virtual QString id() const;
|
|
|
|
virtual QString helpId() const;
|
|
|
|
virtual QString name() const;
|
|
|
|
virtual bool supportsNonFileBasedOutput() const;
|
|
|
|
virtual Qgis::ProcessingProviderFlags flags() const;
|
|
|
|
|
|
protected:
|
|
virtual void loadAlgorithms();
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/analysis/processing/qgsnativealgorithms.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|