Class: QgsProcessingToolboxModelGroupNode

class qgis.gui.QgsProcessingToolboxModelGroupNode

Bases: QgsProcessingToolboxModelNode

Processing toolbox model node corresponding to a group of algorithms.

Warning

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

New in version 3.4.

QgsProcessingToolboxModelGroupNode(id: str, name: str) Constructor for QgsProcessingToolboxModelGroupNode.

The id argument specifies the group ID (unique and untranslated), and the name argument gives the translated, user-visible name of the group.

Methods

childEvent

connectNotify

customEvent

disconnectNotify

id

Returns the group's ID, which is unique and untranslated.

isSignalConnected

name

Returns the group's name, which is translated and user-visible.

nodeType

rtype:

QgsProcessingToolboxModelNode.NodeType

receivers

sender

senderSignalIndex

timerEvent

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
id(self) str

Returns the group’s ID, which is unique and untranslated.

Return type:

str

isSignalConnected(self, QMetaMethod) bool
name(self) str

Returns the group’s name, which is translated and user-visible.

Return type:

str

nodeType(self) QgsProcessingToolboxModelNode.NodeType
Return type:

QgsProcessingToolboxModelNode.NodeType

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