QGIS/python/core/auto_additions/qgsrasterlabeling.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
644 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/raster/qgsrasterlabeling.h
try:
QgsAbstractRasterLayerLabeling.defaultLabelingForLayer = staticmethod(QgsAbstractRasterLayerLabeling.defaultLabelingForLayer)
QgsAbstractRasterLayerLabeling.createFromElement = staticmethod(QgsAbstractRasterLayerLabeling.createFromElement)
QgsAbstractRasterLayerLabeling.__group__ = ['raster']
except (NameError, AttributeError):
pass
try:
QgsRasterLayerSimpleLabeling.create = staticmethod(QgsRasterLayerSimpleLabeling.create)
QgsRasterLayerSimpleLabeling.__group__ = ['raster']
except (NameError, AttributeError):
pass