QGIS/python/3d/auto_generated/processing/qgs3dalgorithms.sip.in
Nyall Dawson 1f835dfa9a [3d] Expose 3d algorithms provider to Python
Otherwise this provider cannot be initialized from standalone Python
scripts

Fixes #36661

Also cleanup 3d sip generation by correctly defining SIP_NO_FILE
in headers we don't want to expose, so that the sip_include script
can do its magic
2020-05-29 03:44:55 +10:00

59 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/processing/qgs3dalgorithms.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class Qgs3DAlgorithms: QgsProcessingProvider
{
%Docstring
QGIS 3D processing algorithm provider.
.. versionadded:: 3.0
%End
%TypeHeaderCode
#include "qgs3dalgorithms.h"
%End
public:
Qgs3DAlgorithms( QObject *parent = 0 );
%Docstring
Constructor for Qgs3DAlgorithms.
%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;
protected:
virtual void loadAlgorithms();
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/3d/processing/qgs3dalgorithms.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/