mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
run sipify
This commit is contained in:
parent
0e35c91edf
commit
f45314245c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user