|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
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 66 of file qgsfieldmappingmodel.h.
| QString QgsFieldMappingModel::Field::expression |
The expression for the mapped field from the source fields.
Definition at line 73 of file qgsfieldmappingmodel.h.
| QgsField QgsFieldMappingModel::Field::field |
The field in its current status (it might have been renamed).
Definition at line 71 of file qgsfieldmappingmodel.h.
| QString QgsFieldMappingModel::Field::originalName |
The original name of the field.
Definition at line 69 of file qgsfieldmappingmodel.h.