QGIS/python/core/auto_additions/qgsmeshlayerlabeling.py
2024-12-03 07:47:10 +00:00

13 lines
603 B
Python

# The following has been generated automatically from src/core/mesh/qgsmeshlayerlabeling.h
try:
QgsAbstractMeshLayerLabeling.create = staticmethod(QgsAbstractMeshLayerLabeling.create)
QgsAbstractMeshLayerLabeling.defaultSettingsForLayer = staticmethod(QgsAbstractMeshLayerLabeling.defaultSettingsForLayer)
QgsAbstractMeshLayerLabeling.__group__ = ['mesh']
except (NameError, AttributeError):
pass
try:
QgsMeshLayerSimpleLabeling.create = staticmethod(QgsMeshLayerSimpleLabeling.create)
QgsMeshLayerSimpleLabeling.__group__ = ['mesh']
except (NameError, AttributeError):
pass