|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
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. | |
Encapsulates output field definition.
Definition at line 83 of file qgsvectorlayerexporter.h.
|
inline |
Constructor for OutputField, with the specified field definition and source expression.
Definition at line 89 of file qgsvectorlayerexporter.h.
| QString QgsVectorLayerExporter::OutputField::expression |
The expression for the exported field from the source fields.
Definition at line 97 of file qgsvectorlayerexporter.h.
| QgsField QgsVectorLayerExporter::OutputField::field |
Destination field definition.
Definition at line 95 of file qgsvectorlayerexporter.h.