Class: QgsProcessingToolboxModelGroupNode

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

Bases: 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.

Parameters
  • id (str) –

  • name

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

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

Return type

str

isSignalConnected()
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()
sender()
senderSignalIndex()
timerEvent()