File tree 1 file changed +7
-2
lines changed
python/plugins/processing/algs/grass
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ To indicate the type of geometry, use the following values:
48
48
49
49
- A numerical value
50
50
51
- ParameterNumericalValue |[name of GRASS parameter]|[description of parameter to show]|[min value]|[max value]|[default value]
51
+ ParameterNumber |[name of GRASS parameter]|[description of parameter to show]|[min value]|[max value]|[default value]
52
52
53
53
"None" can be used for both min and max values to indicate that there is no lower
54
54
or upper limit.
@@ -72,6 +72,12 @@ ParameterSelection|[name of GRASS parameter]|[description of parameter to show]|
72
72
73
73
Example: ParameterBoolean|-c|-c|True
74
74
75
+ - A range
76
+
77
+ ParameterRange|[name of GRASS parameter]|[description of parameter to show]|[comma separated values to limit the range]
78
+
79
+ Example: ParameterRange|from|description|0,1
80
+
75
81
- Outputs
76
82
77
83
All outputs are added with the following syntax:
@@ -85,7 +91,6 @@ The following types are available
85
91
-OutputTable
86
92
-OutputFile (for any file that is not a layer or table of a format supported by QGIS)
87
93
88
-
89
94
- Advanced parameters
90
95
91
96
to tag a parameter as "advanced", just add "*" before its declaration. For instance:
You can’t perform that action at this time.
0 commit comments