QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsFieldMappingModel::Field Struct Reference

The Field struct holds information about a mapped field. More...

#include <qgsfieldmappingmodel.h>

Public Attributes

QString expression
 The expression for the mapped field from the source fields. More...
 
QgsField field
 The field in its current status (it might have been renamed) More...
 
QString originalName
 The original name of the field. More...
 

Detailed Description

The Field struct holds information about a mapped field.

Definition at line 67 of file qgsfieldmappingmodel.h.

Member Data Documentation

◆ expression

QString QgsFieldMappingModel::Field::expression

The expression for the mapped field from the source fields.

Definition at line 74 of file qgsfieldmappingmodel.h.

◆ field

QgsField QgsFieldMappingModel::Field::field

The field in its current status (it might have been renamed)

Definition at line 72 of file qgsfieldmappingmodel.h.

◆ originalName

QString QgsFieldMappingModel::Field::originalName

The original name of the field.

Definition at line 70 of file qgsfieldmappingmodel.h.


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