| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
A boolean output for processing algorithms. More...
#include <qgsprocessingoutputs.h>

Public Member Functions | |
| QgsProcessingOutputBoolean (const QString &name, const QString &description=QString()) | |
| Constructor for QgsProcessingOutputNumber.   | |
| QString | type () const override | 
| Unique output type name.   | |
| QString | valueAsString (const QVariant &value, QgsProcessingContext &context, bool &ok) const override | 
| Returns a string version of the parameter output value (if possible).   | |
  Public Member Functions inherited from QgsProcessingOutputDefinition | |
| QgsProcessingOutputDefinition (const QString &name, const QString &description=QString()) | |
| Constructor for QgsProcessingOutputDefinition.   | |
| virtual | ~QgsProcessingOutputDefinition ()=default | 
| bool | autoCreated () const | 
Returns true if the output was automatically created when adding a parameter.   | |
| QString | description () const | 
| Returns the description for the output.   | |
| QString | name () const | 
| Returns the name of the output.   | |
| void | setAutoCreated (bool autoCreated) | 
| Sets whether an output was automatically created when adding a parameter.   | |
| void | setDescription (const QString &description) | 
| Sets the description for the output.   | |
| void | setName (const QString &name) | 
| Sets the name of the output.   | |
| virtual QString | valueAsFormattedString (const QVariant &value, QgsProcessingContext &context, bool &ok) const | 
| Returns a HTML string version of the parameter output value (if possible).   | |
Static Public Member Functions | |
| static QString | typeName () | 
| Returns the type name for the output class.   | |
Additional Inherited Members | |
  Protected Attributes inherited from QgsProcessingOutputDefinition | |
| bool | mAutoCreated = false | 
| QString | mDescription | 
| Output description.   | |
| QString | mName | 
| Output name.   | |
A boolean output for processing algorithms.
Definition at line 414 of file qgsprocessingoutputs.h.
| QgsProcessingOutputBoolean::QgsProcessingOutputBoolean | ( | const QString & | name, | 
| const QString & | description = QString()  | 
        ||
| ) | 
Constructor for QgsProcessingOutputNumber.
Definition at line 119 of file qgsprocessingoutputs.cpp.
      
  | 
  inlineoverridevirtual | 
Unique output type name.
Implements QgsProcessingOutputDefinition.
Definition at line 427 of file qgsprocessingoutputs.h.
      
  | 
  inlinestatic | 
Returns the type name for the output class.
Definition at line 426 of file qgsprocessingoutputs.h.
      
  | 
  overridevirtual | 
Returns a string version of the parameter output value (if possible).
| value | value to convert | 
| context | processing context | 
| ok | will be set to true if value could be represented as a string.  | 
Reimplemented from QgsProcessingOutputDefinition.
Definition at line 123 of file qgsprocessingoutputs.cpp.