Skip to content

Commit

Permalink
improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt authored and nyalldawson committed May 4, 2018
1 parent df4ddf2 commit c052559
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions src/core/processing/qgsprocessingparametertypeimpl.h
Expand Up @@ -30,7 +30,7 @@
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(raster)
*/
class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -60,7 +60,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterLayer : public QgsProcessingPa
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(vector)
*/
class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -90,7 +90,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorLayer : public QgsProcessingPa
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(maplayer)
*/
class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -120,7 +120,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMapLayer : public QgsProcessingParam
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(boolean)
*/
class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -150,7 +150,7 @@ class CORE_EXPORT QgsProcessingParameterTypeBoolean : public QgsProcessingParame
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(expression)
*/
class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -180,7 +180,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExpression : public QgsProcessingPar
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(crs)
*/
class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -210,7 +210,7 @@ class CORE_EXPORT QgsProcessingParameterTypeCrs : public QgsProcessingParameterT
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(range)
*/
class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -240,7 +240,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRange : public QgsProcessingParamete
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(point)
*/
class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -270,7 +270,7 @@ class CORE_EXPORT QgsProcessingParameterTypePoint : public QgsProcessingParamete
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(enum)
*/
class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -300,7 +300,7 @@ class CORE_EXPORT QgsProcessingParameterTypeEnum : public QgsProcessingParameter
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(extent)
*/
class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -330,7 +330,7 @@ class CORE_EXPORT QgsProcessingParameterTypeExtent : public QgsProcessingParamet
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(matrix)
*/
class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -360,7 +360,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMatrix : public QgsProcessingParamet
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(file)
*/
class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -390,7 +390,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFile : public QgsProcessingParameter
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(field)
*/
class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -421,7 +421,7 @@ class CORE_EXPORT QgsProcessingParameterTypeField : public QgsProcessingParamete
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(vectorDestination)
*/
class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -465,7 +465,7 @@ class CORE_EXPORT QgsProcessingParameterTypeVectorDestination : public QgsProces
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(fileDestination)
*/
class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -510,7 +510,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFileDestination : public QgsProcessi
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(folderDestination)
*/
class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -554,7 +554,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFolderDestination : public QgsProces
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(rasterDestination)
*/
class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -597,7 +597,7 @@ class CORE_EXPORT QgsProcessingParameterTypeRasterDestination : public QgsProces
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(string)
*/
class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -627,7 +627,7 @@ class CORE_EXPORT QgsProcessingParameterTypeString : public QgsProcessingParamet
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(multilayer)
*/
class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -657,7 +657,7 @@ class CORE_EXPORT QgsProcessingParameterTypeMultipleLayers : public QgsProcessin
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(source)
*/
class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -687,7 +687,7 @@ class CORE_EXPORT QgsProcessingParameterTypeFeatureSource : public QgsProcessing
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(number)
*/
class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -717,7 +717,7 @@ class CORE_EXPORT QgsProcessingParameterTypeNumber : public QgsProcessingParamet
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(distance)
*/
class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParameterType
{
Expand Down Expand Up @@ -747,7 +747,7 @@ class CORE_EXPORT QgsProcessingParameterTypeDistance : public QgsProcessingParam
*
* \since QGIS 3.2
* \ingroup core
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType()
* \note No Python bindings available. Get your copy from QgsApplication.processingRegistry().parameterType(band)
*/
class CORE_EXPORT QgsProcessingParameterTypeBand : public QgsProcessingParameterType
{
Expand Down

0 comments on commit c052559

Please sign in to comment.