QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes | Typedefs
qgsprocessingoutputs.h File Reference
#include "qgis_core.h"
#include "qgis.h"
Include dependency graph for qgsprocessingoutputs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsProcessingOutputBoolean
 A boolean output for processing algorithms. More...
 
class  QgsProcessingOutputConditionalBranch
 A conditional branch output for processing algorithms, which represents a possible model logic flow which branches out from this algorithm. More...
 
class  QgsProcessingOutputDefinition
 Base class for the definition of processing outputs. More...
 
class  QgsProcessingOutputFile
 A file output for processing algorithms. More...
 
class  QgsProcessingOutputFolder
 A folder output for processing algorithms. More...
 
class  QgsProcessingOutputHtml
 A HTML file output for processing algorithms. More...
 
class  QgsProcessingOutputMapLayer
 A map layer output for processing algorithms, where layers may be either vector or raster. More...
 
class  QgsProcessingOutputMultipleLayers
 A multi-layer output for processing algorithms which create map layers, when the number and nature of the output layers is not predefined. More...
 
class  QgsProcessingOutputNumber
 A numeric output for processing algorithms. More...
 
class  QgsProcessingOutputPointCloudLayer
 A pointcloud layer output for processing algorithms. More...
 
class  QgsProcessingOutputRasterLayer
 A raster layer output for processing algorithms. More...
 
class  QgsProcessingOutputString
 A string output for processing algorithms. More...
 
class  QgsProcessingOutputVariant
 A variant output for processing algorithms, capable of storing any QVariant value. More...
 
class  QgsProcessingOutputVectorLayer
 A vector layer output for processing algorithms. More...
 
class  QgsProcessingOutputVectorTileLayer
 A vector tile layer output for processing algorithms. More...
 

Typedefs

typedef QList< const QgsProcessingOutputDefinition * > QgsProcessingOutputDefinitions
 List of processing parameters. More...
 

Typedef Documentation

◆ QgsProcessingOutputDefinitions

List of processing parameters.

Definition at line 178 of file qgsprocessingoutputs.h.