run sipify

This commit is contained in:
Denis Rouzaud 2019-03-09 12:55:26 +01:00
parent 0e35c91edf
commit f45314245c

View File

@ -1,9 +1,13 @@
# The following has been generated automatically from src/core/qgsmaplayer.h
# monkey patching scoped based enum
.QgsMapLayerType.VectorLayer.__doc__ = ""
.QgsMapLayerType.RasterLayer.__doc__ = ""
.QgsMapLayerType.PluginLayer.__doc__ = ""
.QgsMapLayerType.MeshLayer.__doc__ = "Added in 3.2"
QgsMapLayer.VectorLayer.__doc__ = ""
QgsMapLayer.VectorLayer = QgsMapLayerType.VectorLayer
QgsMapLayer.RasterLayer.__doc__ = ""
QgsMapLayer.RasterLayer = QgsMapLayerType.RasterLayer
QgsMapLayer.PluginLayer.__doc__ = ""
QgsMapLayer.PluginLayer = QgsMapLayerType.PluginLayer
QgsMapLayer.MeshLayer.__doc__ = "Added in 3.2"
QgsMapLayer.MeshLayer = QgsMapLayerType.MeshLayer
.QgsMapLayerType.__doc__ = 'Types of layers that can be added to a map\n\n' + '* VectorLayer: ' + .QgsMapLayerType.VectorLayer.__doc__ + '\n' + '* RasterLayer: ' + .QgsMapLayerType.RasterLayer.__doc__ + '\n' + '* PluginLayer: ' + .QgsMapLayerType.PluginLayer.__doc__ + '\n' + '* MeshLayer: ' + .QgsMapLayerType.MeshLayer.__doc__
# --
QgsMapLayer.LayerFlag.baseClass = QgsMapLayer