QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Static Public Member Functions | List of all members
QgsProcessingOutputVectorTileLayer Class Reference

A vector tile layer output for processing algorithms. More...

#include <qgsprocessingoutputs.h>

Inheritance diagram for QgsProcessingOutputVectorTileLayer:
Inheritance graph
[legend]

Public Member Functions

 QgsProcessingOutputVectorTileLayer (const QString &name, const QString &description=QString())
 Constructor for QgsProcessingOutputVectorTileLayer. 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 true if 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...
 
virtual QString type () const =0
 Unique output type name. More...
 
virtual QString valueAsFormattedString (const QVariant &value, QgsProcessingContext &context, bool &ok) const
 Returns a HTML string version of the parameter output value (if possible). More...
 
virtual QString valueAsString (const QVariant &value, QgsProcessingContext &context, bool &ok) const
 Returns a string version of the parameter output value (if possible). 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...
 

Detailed Description

A vector tile layer output for processing algorithms.

Since
QGIS 3.32

Definition at line 507 of file qgsprocessingoutputs.h.

Constructor & Destructor Documentation

◆ QgsProcessingOutputVectorTileLayer()

QgsProcessingOutputVectorTileLayer::QgsProcessingOutputVectorTileLayer ( const QString &  name,
const QString &  description = QString() 
)

Constructor for QgsProcessingOutputVectorTileLayer.

Definition at line 74 of file qgsprocessingoutputs.cpp.

Member Function Documentation

◆ type()

QString QgsProcessingOutputVectorTileLayer::type ( ) const
inlineoverridevirtual

Unique output type name.

Implements QgsProcessingOutputDefinition.

Definition at line 520 of file qgsprocessingoutputs.h.

◆ typeName()

static QString QgsProcessingOutputVectorTileLayer::typeName ( )
inlinestatic

Returns the type name for the output class.

Definition at line 519 of file qgsprocessingoutputs.h.


The documentation for this class was generated from the following files: