QGIS API Documentation 3.43.0-Master (9e873c7bc91)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QgsVectorLayerExporter::OutputField Struct Reference

Encapsulates output field definition. More...

#include <qgsvectorlayerexporter.h>

Public Member Functions

 OutputField (const QgsField &field, const QString &expression)
 Constructor for OutputField, with the specified field definition and source expression.
 

Public Attributes

QString expression
 The expression for the exported field from the source fields.
 
QgsField field
 Destination field definition.
 

Detailed Description

Encapsulates output field definition.

Since
QGIS 3.44

Definition at line 83 of file qgsvectorlayerexporter.h.

Constructor & Destructor Documentation

◆ OutputField()

QgsVectorLayerExporter::OutputField::OutputField ( const QgsField field,
const QString &  expression 
)
inline

Constructor for OutputField, with the specified field definition and source expression.

Definition at line 89 of file qgsvectorlayerexporter.h.

Member Data Documentation

◆ expression

QString QgsVectorLayerExporter::OutputField::expression

The expression for the exported field from the source fields.

Definition at line 97 of file qgsvectorlayerexporter.h.

◆ field

QgsField QgsVectorLayerExporter::OutputField::field

Destination field definition.

Definition at line 95 of file qgsvectorlayerexporter.h.


The documentation for this struct was generated from the following file: