mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Freackin Amurican sppelling
This commit is contained in:
parent
c1aac3228c
commit
cdc622ef4c
@ -424,7 +424,7 @@ Creates a new expression context scope for a child algorithm within the model.
|
||||
Returns the map of custom expression context variables defined for this model.
|
||||
|
||||
These variables are added to the model's expression context scope, allowing for preset
|
||||
"constant" expression variables to be utilised within the model.
|
||||
"constant" expression variables to be utilized within the model.
|
||||
|
||||
.. seealso:: :py:func:`setVariables`
|
||||
|
||||
@ -436,7 +436,7 @@ These variables are added to the model's expression context scope, allowing for
|
||||
Sets the map of custom expression context ``variables`` for this model.
|
||||
|
||||
These variables are added to the model's expression context scope, allowing for preset
|
||||
"constant" expression variables to be utilised within the model.
|
||||
"constant" expression variables to be utilized within the model.
|
||||
|
||||
.. seealso:: :py:func:`variables`
|
||||
|
||||
|
@ -380,7 +380,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
|
||||
* Returns the map of custom expression context variables defined for this model.
|
||||
*
|
||||
* These variables are added to the model's expression context scope, allowing for preset
|
||||
* "constant" expression variables to be utilised within the model.
|
||||
* "constant" expression variables to be utilized within the model.
|
||||
*
|
||||
* \see setVariables()
|
||||
* \since QGIS 3.8
|
||||
@ -391,7 +391,7 @@ class CORE_EXPORT QgsProcessingModelAlgorithm : public QgsProcessingAlgorithm
|
||||
* Sets the map of custom expression context \a variables for this model.
|
||||
*
|
||||
* These variables are added to the model's expression context scope, allowing for preset
|
||||
* "constant" expression variables to be utilised within the model.
|
||||
* "constant" expression variables to be utilized within the model.
|
||||
*
|
||||
* \see variables()
|
||||
* \since QGIS 3.8
|
||||
|
Loading…
x
Reference in New Issue
Block a user