Subgroup: other

Class: QgsNativeAlgorithms

class qgis.analysis.QgsNativeAlgorithms

Bases: qgis._core.QgsProcessingProvider

New in version 3.0: Native c++ processing algorithm provider.

Methods

addAlgorithm
algorithm Returns the matching algorithm by name, or a None if no matching algorithm is contained by this provider.
algorithms Returns a list of algorithms supplied by this provider.
blockSignals
canBeActivated Returns true if the provider can be activated, or false if it cannot be activated (e.g.
childEvent
children
connectNotify
customEvent
defaultRasterFileExtension Returns the default file extension to use for raster outputs created by the provider.
defaultVectorFileExtension Returns the default file extension to use for vector outputs created by the provider.
deleteLater
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
icon
id
inherits
installEventFilter
isActive Returns true if the provider is active and able to run algorithms.
isSignalConnected
isWidgetType
isWindowType
killTimer
load Loads the provider.
loadAlgorithms
longName Returns the a longer version of the provider name, which can include extra details such as version numbers.
metaObject
moveToThread
name
objectName
parent
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
refreshAlgorithms Refreshes the algorithms available from the provider, causing it to re-populate with all associated algorithms.
removeEventFilter
sender
senderSignalIndex
setObjectName
setParent
setProperty
signalsBlocked
startTimer
supportedOutputRasterLayerExtensions Returns a list of the raster format file extensions supported by this provider.
supportedOutputVectorLayerExtensions Returns a list of the vector format file extensions supported by this provider.
supportsNonFileBasedOutput
svgIconPath
thread
timerEvent
tr
unload Unloads the provider.

Attributes

algorithmsLoaded Emitted when the provider has loaded (or refreshed) its list of available algorithms.
destroyed destroyed(self, QObject = None) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
addAlgorithm()
childEvent()
connectNotify()
customEvent()
disconnectNotify()
icon(self) → QIcon
id(self) → str
isSignalConnected()
loadAlgorithms(self)
name(self) → str
receivers()
sender()
senderSignalIndex()
supportsNonFileBasedOutput(self) → bool
svgIconPath(self) → str
timerEvent()