Class: QgsNativeAlgorithms

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

Bases: QgsProcessingProvider

Constructor for QgsNativeAlgorithms.

Native c++ processing algorithm provider.

New in version 3.0:

Methods

addAlgorithm

Adds an algorithm to the provider.

childEvent

connectNotify

customEvent

disconnectNotify

helpId

rtype

str

icon

rtype

QIcon

id

rtype

str

isSignalConnected

loadAlgorithms

name

rtype

str

receivers

sender

senderSignalIndex

supportsNonFileBasedOutput

rtype

bool

svgIconPath

rtype

str

timerEvent

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)