Skip to content

Commit c052559

Browse files
ghtmttnyalldawson
authored andcommittedMay 4, 2018
improved doc
1 parent df4ddf2 commit c052559

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed
 

‎src/core/processing/qgsprocessingparametertypeimpl.h

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* \since QGIS 3.2
3232
* \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)
3434
*/
3535
class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
3636
{
@@ -60,7 +60,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingPa
6060
*
6161
* \since QGIS 3.2
6262
* \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)
6464
*/
6565
class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingParameterType
6666
{
@@ -90,7 +90,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingPa
9090
*
9191
* \since QGIS 3.2
9292
* \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)
9494
*/
9595
class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParameterType
9696
{
@@ -120,7 +120,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParam
120120
*
121121
* \since QGIS 3.2
122122
* \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)
124124
*/
125125
class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParameterType
126126
{
@@ -150,7 +150,7 @@ class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParame
150150
*
151151
* \since QGIS 3.2
152152
* \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)
154154
*/
155155
class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingParameterType
156156
{
@@ -180,7 +180,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingPar
180180
*
181181
* \since QGIS 3.2
182182
* \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)
184184
*/
185185
class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterType
186186
{
@@ -210,7 +210,7 @@ class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterT
210210
*
211211
* \since QGIS 3.2
212212
* \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)
214214
*/
215215
class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParameterType
216216
{
@@ -240,7 +240,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParamete
240240
*
241241
* \since QGIS 3.2
242242
* \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)
244244
*/
245245
class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParameterType
246246
{
@@ -270,7 +270,7 @@ class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParamete
270270
*
271271
* \since QGIS 3.2
272272
* \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)
274274
*/
275275
class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameterType
276276
{
@@ -300,7 +300,7 @@ class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameter
300300
*
301301
* \since QGIS 3.2
302302
* \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)
304304
*/
305305
class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParameterType
306306
{
@@ -330,7 +330,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParamet
330330
*
331331
* \since QGIS 3.2
332332
* \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)
334334
*/
335335
class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParameterType
336336
{
@@ -360,7 +360,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParamet
360360
*
361361
* \since QGIS 3.2
362362
* \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)
364364
*/
365365
class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameterType
366366
{
@@ -390,7 +390,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
390390
*
391391
* \since QGIS 3.2
392392
* \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)
394394
*/
395395
class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParameterType
396396
{
@@ -421,7 +421,7 @@ class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParamete
421421
*
422422
* \since QGIS 3.2
423423
* \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)
425425
*/
426426
class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProcessingParameterType
427427
{
@@ -465,7 +465,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProces
465465
*
466466
* \since QGIS 3.2
467467
* \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)
469469
*/
470470
class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessingParameterType
471471
{
@@ -510,7 +510,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessi
510510
*
511511
* \since QGIS 3.2
512512
* \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)
514514
*/
515515
class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProcessingParameterType
516516
{
@@ -554,7 +554,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProces
554554
*
555555
* \since QGIS 3.2
556556
* \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)
558558
*/
559559
class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProcessingParameterType
560560
{
@@ -597,7 +597,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProces
597597
*
598598
* \since QGIS 3.2
599599
* \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)
601601
*/
602602
class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParameterType
603603
{
@@ -627,7 +627,7 @@ class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParamet
627627
*
628628
* \since QGIS 3.2
629629
* \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)
631631
*/
632632
class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessingParameterType
633633
{
@@ -657,7 +657,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessin
657657
*
658658
* \since QGIS 3.2
659659
* \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)
661661
*/
662662
class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessingParameterType
663663
{
@@ -687,7 +687,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessing
687687
*
688688
* \since QGIS 3.2
689689
* \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)
691691
*/
692692
class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParameterType
693693
{
@@ -717,7 +717,7 @@ class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParamet
717717
*
718718
* \since QGIS 3.2
719719
* \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)
721721
*/
722722
class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParameterType
723723
{
@@ -747,7 +747,7 @@ class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParam
747747
*
748748
* \since QGIS 3.2
749749
* \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)
751751
*/
752752
class CORE_EXPORT QgsProcessingParameterTypeBand : public QgsProcessingParameterType
753753
{

0 commit comments

Comments
 (0)