Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dox++
  • Loading branch information
nyalldawson committed Jan 4, 2020
1 parent 1a74938 commit 1c4d691
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -2429,6 +2429,8 @@ Sets whether multiple field selections are permitted.
Returns whether a parameter which allows multiple selections (see allowMultiple()) should automatically
select all fields as the default value.

If ``True``, this will override any existing defaultValue() set on the parameter.

.. seealso:: :py:func:`setDefaultToAllFields`

.. versionadded:: 3.12
Expand All @@ -2439,6 +2441,8 @@ select all fields as the default value.
Sets whether a parameter which allows multiple selections (see allowMultiple()) should automatically
select all fields as the default value.

If ``True``, this will override any existing defaultValue() set on the parameter.

.. seealso:: :py:func:`defaultToAllFields`

.. versionadded:: 3.12
Expand Down
4 changes: 4 additions & 0 deletions src/core/processing/qgsprocessingparameters.h
Expand Up @@ -2310,6 +2310,8 @@ class CORE_EXPORT QgsProcessingParameterField : public QgsProcessingParameterDef
* Returns whether a parameter which allows multiple selections (see allowMultiple()) should automatically
* select all fields as the default value.
*
* If TRUE, this will override any existing defaultValue() set on the parameter.
*
* \see setDefaultToAllFields()
* \since QGIS 3.12
*/
Expand All @@ -2319,6 +2321,8 @@ class CORE_EXPORT QgsProcessingParameterField : public QgsProcessingParameterDef
* Sets whether a parameter which allows multiple selections (see allowMultiple()) should automatically
* select all fields as the default value.
*
* If TRUE, this will override any existing defaultValue() set on the parameter.
*
* \see defaultToAllFields()
* \since QGIS 3.12
*/
Expand Down

0 comments on commit 1c4d691

Please sign in to comment.