| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A conditional branch output for processing algorithms, which represents a possible model logic flow which branches out from this algorithm. More...
#include <qgsprocessingoutputs.h>

| Public Member Functions | |
| QgsProcessingOutputConditionalBranch (const QString &name, const QString &description=QString()) | |
| Constructor for QgsProcessingOutputConditionalBranch.  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 | 
| bool | autoCreated () const | 
| Returns trueif the output was automatically created when adding a parameter.  More... | |
| QString | description () const | 
| Returns the description for the output.  More... | |
| QString | name () const | 
| Returns the name of the output.  More... | |
| void | setAutoCreated (bool autoCreated) | 
| Sets whether an output was automatically created when adding a parameter.  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 | |
| bool | mAutoCreated = false | 
| QString | mDescription | 
| Output description.  More... | |
| QString | mName | 
| Output name.  More... | |
A conditional branch output for processing algorithms, which represents a possible model logic flow which branches out from this algorithm.
Definition at line 409 of file qgsprocessingoutputs.h.
| QgsProcessingOutputConditionalBranch::QgsProcessingOutputConditionalBranch | ( | const QString & | name, | 
| const QString & | description = QString() | ||
| ) | 
Constructor for QgsProcessingOutputConditionalBranch.
Definition at line 88 of file qgsprocessingoutputs.cpp.
| 
 | inlineoverridevirtual | 
Unique output type name.
Implements QgsProcessingOutputDefinition.
Definition at line 422 of file qgsprocessingoutputs.h.
| 
 | inlinestatic | 
Returns the type name for the output class.
Definition at line 421 of file qgsprocessingoutputs.h.