| QGIS API Documentation
    3.4.15-Madeira (e83d02e274)
    | 
A raster layer output for processing algorithms. More...
#include <qgsprocessingoutputs.h>

| Public Member Functions | |
| QgsProcessingOutputRasterLayer (const QString &name, const QString &description=QString()) | |
| Constructor for QgsProcessingOutputRasterLayer.  More... | |
| QString | type () const override | 
| Unique output type name.  More... | |
|  Public Member Functions inherited from QgsProcessingOutputDefinition | |
| QgsProcessingOutputDefinition (const QString &name, const QString &description=QString()) | |
| Constructor for QgsProcessingOutputDefinition.  More... | |
| virtual | ~QgsProcessingOutputDefinition ()=default | 
| QString | description () const | 
| Returns the description for the output.  More... | |
| QString | name () const | 
| Returns the name of the output.  More... | |
| void | setDescription (const QString &description) | 
| Sets the description for the output.  More... | |
| void | setName (const QString &name) | 
| Sets the name of the output.  More... | |
| Static Public Member Functions | |
| static QString | typeName () | 
| Returns the type name for the output class.  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from QgsProcessingOutputDefinition | |
| QString | mDescription | 
| Output description.  More... | |
| QString | mName | 
| Output name.  More... | |
A raster layer output for processing algorithms.
Definition at line 196 of file qgsprocessingoutputs.h.
| QgsProcessingOutputRasterLayer::QgsProcessingOutputRasterLayer | ( | const QString & | name, | 
| const QString & | description = QString() | ||
| ) | 
Constructor for QgsProcessingOutputRasterLayer.
Definition at line 42 of file qgsprocessingoutputs.cpp.
| 
 | inlineoverridevirtual | 
Unique output type name.
Implements QgsProcessingOutputDefinition.
Definition at line 209 of file qgsprocessingoutputs.h.
| 
 | inlinestatic | 
Returns the type name for the output class.
Definition at line 208 of file qgsprocessingoutputs.h.
 1.8.11
 1.8.11