Class: QgsProcessingToolboxModelGroupNode

class qgis.gui.QgsProcessingToolboxModelGroupNode(id: str, name: str)

Bases: qgis._gui.QgsProcessingToolboxModelNode

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.

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: Enums

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

receivers

sender

senderSignalIndex

timerEvent

Signals

Attributes

childEvent()
connectNotify()
customEvent()
disconnectNotify()
id(self) → str

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

isSignalConnected()
name(self) → str

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

nodeType(self) → QgsProcessingToolboxModelNode.NodeType
receivers()
sender()
senderSignalIndex()
timerEvent()