2020-03-18 09:56:22 +01:00
# The following has been generated automatically from src/gui/qgsfieldmappingmodel.h
# monkey patching scoped based enum
QgsFieldMappingModel . ColumnDataIndex . SourceExpression . __doc__ = " Expression "
QgsFieldMappingModel . ColumnDataIndex . DestinationName . __doc__ = " Destination field name "
2022-01-30 16:07:07 +07:00
QgsFieldMappingModel . ColumnDataIndex . DestinationType . __doc__ = " Destination field type string "
2020-03-18 09:56:22 +01:00
QgsFieldMappingModel . ColumnDataIndex . DestinationLength . __doc__ = " Destination field length "
QgsFieldMappingModel . ColumnDataIndex . DestinationPrecision . __doc__ = " Destination field precision "
QgsFieldMappingModel . ColumnDataIndex . DestinationConstraints . __doc__ = " Destination field constraints "
2023-04-20 14:24:13 +10:00
QgsFieldMappingModel . ColumnDataIndex . DestinationAlias . __doc__ = " Destination alias "
QgsFieldMappingModel . ColumnDataIndex . DestinationComment . __doc__ = " Destination comment "
2024-08-31 18:05:36 +10:00
QgsFieldMappingModel . ColumnDataIndex . __doc__ = """ The ColumnDataIndex enum represents the column index for the view
* ` ` SourceExpression ` ` : Expression
* ` ` DestinationName ` ` : Destination field name
* ` ` DestinationType ` ` : Destination field type string
* ` ` DestinationLength ` ` : Destination field length
* ` ` DestinationPrecision ` ` : Destination field precision
* ` ` DestinationConstraints ` ` : Destination field constraints
* ` ` DestinationAlias ` ` : Destination alias
* ` ` DestinationComment ` ` : Destination comment
"""
2020-03-18 09:56:22 +01:00
# --
QgsFieldMappingModel . ColumnDataIndex . baseClass = QgsFieldMappingModel
2024-08-14 09:45:06 +10:00
try :
2024-09-12 15:12:52 +10:00
QgsFieldMappingModel . Field . __attribute_docs__ = { ' originalName ' : ' The original name of the field ' , ' field ' : ' The field in its current status (it might have been renamed) ' , ' expression ' : ' The expression for the mapped field from the source fields ' }
2024-09-09 09:54:21 +10:00
QgsFieldMappingModel . Field . __doc__ = """ The Field struct holds information about a mapped field """
except NameError :
pass