Class: QgsNativeAlgorithms

class qgis.analysis.QgsNativeAlgorithms(parent: QObject = None)

Bases: QgsProcessingProvider

Constructor for QgsNativeAlgorithms.

Native c++ processing algorithm provider.

New in version 3.0.

Parameters

parent

addAlgorithm(self, algorithm: QgsProcessingAlgorithm) → bool

Adds an algorithm to the provider. Ownership of the algorithm is transferred to the provider.

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
helpId(self) → str
Return type

str

icon(self) → QIcon
Return type

QIcon

id(self) → str
Return type

str

isSignalConnected(self, QMetaMethod) → bool
loadAlgorithms(self)
name(self) → str
Return type

str

receivers(self, PYQT_SIGNAL) → int
sender(self) → QObject
senderSignalIndex(self) → int
supportsNonFileBasedOutput(self) → bool
Return type

bool

svgIconPath(self) → str
Return type

str

timerEvent(self, QTimerEvent)