mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
7 lines
449 B
Python
7 lines
449 B
Python
# The following has been generated automatically from src/analysis/georeferencing/qgsgcppoint.h
|
|
# monkey patching scoped based enum
|
|
QgsGcpPoint.PointType.Source.__doc__ = "Source point"
|
|
QgsGcpPoint.PointType.Destination.__doc__ = "Destination point"
|
|
QgsGcpPoint.PointType.__doc__ = 'Coordinate point types\n\n' + '* ``Source``: ' + QgsGcpPoint.PointType.Source.__doc__ + '\n' + '* ``Destination``: ' + QgsGcpPoint.PointType.Destination.__doc__
|
|
# --
|