Class: QgsProcessingToolboxModelAlgorithmNode

class qgis.gui.QgsProcessingToolboxModelAlgorithmNode

Bases: QgsProcessingToolboxModelNode

Processing toolbox model node corresponding to an algorithm.

Warning

Not part of stable API and may change in future QGIS releases.

New in version 3.4.

QgsProcessingToolboxModelAlgorithmNode(algorithm: QgsProcessingAlgorithm) Constructor for QgsProcessingToolboxModelAlgorithmNode, associated with the specified algorithm.

Methods

algorithm

Returns the algorithm associated with this node.

childEvent

connectNotify

customEvent

disconnectNotify

isSignalConnected

nodeType

rtype

QgsProcessingToolboxModelNode.NodeType

receivers

sender

senderSignalIndex

timerEvent

algorithm(self) QgsProcessingAlgorithm

Returns the algorithm associated with this node.

Return type

QgsProcessingAlgorithm

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
isSignalConnected(self, QMetaMethod) bool
nodeType(self) QgsProcessingToolboxModelNode.NodeType
Return type

QgsProcessingToolboxModelNode.NodeType

receivers(self, PYQT_SIGNAL) int
sender(self) QObject
senderSignalIndex(self) int
timerEvent(self, QTimerEvent)