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