|
30 | 30 | *
|
31 | 31 | * \since QGIS 3.2
|
32 | 32 | * \ingroup core
|
33 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 33 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(raster) |
34 | 34 | */
|
35 | 35 | class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
|
36 | 36 | {
|
@@ -60,7 +60,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingPa
|
60 | 60 | *
|
61 | 61 | * \since QGIS 3.2
|
62 | 62 | * \ingroup core
|
63 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 63 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(vector) |
64 | 64 | */
|
65 | 65 | class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingParameterType
|
66 | 66 | {
|
@@ -90,7 +90,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingPa
|
90 | 90 | *
|
91 | 91 | * \since QGIS 3.2
|
92 | 92 | * \ingroup core
|
93 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 93 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(maplayer) |
94 | 94 | */
|
95 | 95 | class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParameterType
|
96 | 96 | {
|
@@ -120,7 +120,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParam
|
120 | 120 | *
|
121 | 121 | * \since QGIS 3.2
|
122 | 122 | * \ingroup core
|
123 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 123 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(boolean) |
124 | 124 | */
|
125 | 125 | class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParameterType
|
126 | 126 | {
|
@@ -150,7 +150,7 @@ class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParame
|
150 | 150 | *
|
151 | 151 | * \since QGIS 3.2
|
152 | 152 | * \ingroup core
|
153 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 153 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(expression) |
154 | 154 | */
|
155 | 155 | class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingParameterType
|
156 | 156 | {
|
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingPar
|
180 | 180 | *
|
181 | 181 | * \since QGIS 3.2
|
182 | 182 | * \ingroup core
|
183 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 183 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(crs) |
184 | 184 | */
|
185 | 185 | class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterType
|
186 | 186 | {
|
@@ -210,7 +210,7 @@ class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterT
|
210 | 210 | *
|
211 | 211 | * \since QGIS 3.2
|
212 | 212 | * \ingroup core
|
213 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 213 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(range) |
214 | 214 | */
|
215 | 215 | class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParameterType
|
216 | 216 | {
|
@@ -240,7 +240,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParamete
|
240 | 240 | *
|
241 | 241 | * \since QGIS 3.2
|
242 | 242 | * \ingroup core
|
243 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 243 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(point) |
244 | 244 | */
|
245 | 245 | class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParameterType
|
246 | 246 | {
|
@@ -270,7 +270,7 @@ class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParamete
|
270 | 270 | *
|
271 | 271 | * \since QGIS 3.2
|
272 | 272 | * \ingroup core
|
273 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 273 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(enum) |
274 | 274 | */
|
275 | 275 | class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameterType
|
276 | 276 | {
|
@@ -300,7 +300,7 @@ class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameter
|
300 | 300 | *
|
301 | 301 | * \since QGIS 3.2
|
302 | 302 | * \ingroup core
|
303 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 303 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(extent) |
304 | 304 | */
|
305 | 305 | class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParameterType
|
306 | 306 | {
|
@@ -330,7 +330,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParamet
|
330 | 330 | *
|
331 | 331 | * \since QGIS 3.2
|
332 | 332 | * \ingroup core
|
333 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 333 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(matrix) |
334 | 334 | */
|
335 | 335 | class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParameterType
|
336 | 336 | {
|
@@ -360,7 +360,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParamet
|
360 | 360 | *
|
361 | 361 | * \since QGIS 3.2
|
362 | 362 | * \ingroup core
|
363 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 363 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(file) |
364 | 364 | */
|
365 | 365 | class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameterType
|
366 | 366 | {
|
@@ -390,7 +390,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
|
390 | 390 | *
|
391 | 391 | * \since QGIS 3.2
|
392 | 392 | * \ingroup core
|
393 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 393 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(field) |
394 | 394 | */
|
395 | 395 | class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParameterType
|
396 | 396 | {
|
@@ -421,7 +421,7 @@ class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParamete
|
421 | 421 | *
|
422 | 422 | * \since QGIS 3.2
|
423 | 423 | * \ingroup core
|
424 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 424 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(vectorDestination) |
425 | 425 | */
|
426 | 426 | class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProcessingParameterType
|
427 | 427 | {
|
@@ -465,7 +465,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProces
|
465 | 465 | *
|
466 | 466 | * \since QGIS 3.2
|
467 | 467 | * \ingroup core
|
468 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 468 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(fileDestination) |
469 | 469 | */
|
470 | 470 | class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessingParameterType
|
471 | 471 | {
|
@@ -510,7 +510,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessi
|
510 | 510 | *
|
511 | 511 | * \since QGIS 3.2
|
512 | 512 | * \ingroup core
|
513 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 513 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(folderDestination) |
514 | 514 | */
|
515 | 515 | class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProcessingParameterType
|
516 | 516 | {
|
@@ -554,7 +554,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProces
|
554 | 554 | *
|
555 | 555 | * \since QGIS 3.2
|
556 | 556 | * \ingroup core
|
557 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 557 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(rasterDestination) |
558 | 558 | */
|
559 | 559 | class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProcessingParameterType
|
560 | 560 | {
|
@@ -597,7 +597,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProces
|
597 | 597 | *
|
598 | 598 | * \since QGIS 3.2
|
599 | 599 | * \ingroup core
|
600 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 600 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(string) |
601 | 601 | */
|
602 | 602 | class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParameterType
|
603 | 603 | {
|
@@ -627,7 +627,7 @@ class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParamet
|
627 | 627 | *
|
628 | 628 | * \since QGIS 3.2
|
629 | 629 | * \ingroup core
|
630 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 630 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(multilayer) |
631 | 631 | */
|
632 | 632 | class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessingParameterType
|
633 | 633 | {
|
@@ -657,7 +657,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessin
|
657 | 657 | *
|
658 | 658 | * \since QGIS 3.2
|
659 | 659 | * \ingroup core
|
660 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 660 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(source) |
661 | 661 | */
|
662 | 662 | class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessingParameterType
|
663 | 663 | {
|
@@ -687,7 +687,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessing
|
687 | 687 | *
|
688 | 688 | * \since QGIS 3.2
|
689 | 689 | * \ingroup core
|
690 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 690 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(number) |
691 | 691 | */
|
692 | 692 | class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParameterType
|
693 | 693 | {
|
@@ -717,7 +717,7 @@ class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParamet
|
717 | 717 | *
|
718 | 718 | * \since QGIS 3.2
|
719 | 719 | * \ingroup core
|
720 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 720 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(distance) |
721 | 721 | */
|
722 | 722 | class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParameterType
|
723 | 723 | {
|
@@ -747,7 +747,7 @@ class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParam
|
747 | 747 | *
|
748 | 748 | * \since QGIS 3.2
|
749 | 749 | * \ingroup core
|
750 |
| - * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType() |
| 750 | + * \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(band) |
751 | 751 | */
|
752 | 752 | class CORE_EXPORT QgsProcessingParameterTypeBand : public QgsProcessingParameterType
|
753 | 753 | {
|
|
0 commit comments