QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QgsField | field |
The field in its current status (it might have been renamed) | |
QString | originalName |
The original name of the field. | |
The Field struct holds information about a mapped field.
Definition at line 67 of file qgsfieldmappingmodel.h.
QString QgsFieldMappingModel::Field::expression |
The expression for the mapped field from the source fields.
Definition at line 74 of file qgsfieldmappingmodel.h.
QgsField QgsFieldMappingModel::Field::field |
The field in its current status (it might have been renamed)
Definition at line 72 of file qgsfieldmappingmodel.h.
QString QgsFieldMappingModel::Field::originalName |
The original name of the field.
Definition at line 70 of file qgsfieldmappingmodel.h.