QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#include <QAbstractTableModel>
#include <QStyledItemDelegate>
#include "qgsfields.h"
#include "qgsexpressioncontextgenerator.h"
#include "qgsfieldconstraints.h"
#include "qgsproperty.h"
#include "qgsvectordataprovider.h"
#include "qgis_gui.h"
Go to the source code of this file.
Classes | |
struct | QgsFieldMappingModel::Field |
The Field struct holds information about a mapped field. More... | |
class | QgsFieldMappingModel |
The QgsFieldMappingModel holds mapping information for mapping from one set of QgsFields to another, for each set of "destination" fields an expression defines how to obtain the values of the "destination" fields. The model can be optionally set "editable" allowing to modify all the fields, by default only the mapping expression is editable. More... | |