Class: QgsProcessingModelChildDependency¶
Contains details of a child algorithm dependency.
Added in version 3.14.
List of all members, including inherited members
Methods
Loads this dependency from a QVariantMap. |
|
Saves this dependency to a QVariant. |
Attributes
- class qgis.core.QgsProcessingModelChildDependency[source]¶
Bases:
object- __init__(childId: str | None = '', conditionalBranch: str | None = '')
Constructor for QgsProcessingModelChildDependency, with the specified
childId.- Parameters:
childId (Optional[str] = '')
conditionalBranch (Optional[str] = '')
- __init__(a0: QgsProcessingModelChildDependency)
- Parameters:
- childId: str¶
- conditionalBranch: str¶
- loadVariant(self, map: dict[str, Any]) bool[source]¶
Loads this dependency from a QVariantMap.
See also
- Parameters:
map (dict[str, Any])
- Return type:
bool