QGIS/python/core/auto_additions/qgsiconutils.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

20 lines
1.2 KiB
Python

# The following has been generated automatically from src/core/qgsiconutils.h
try:
QgsIconUtils.iconForWkbType = staticmethod(QgsIconUtils.iconForWkbType)
QgsIconUtils.iconForGeometryType = staticmethod(QgsIconUtils.iconForGeometryType)
QgsIconUtils.iconPoint = staticmethod(QgsIconUtils.iconPoint)
QgsIconUtils.iconLine = staticmethod(QgsIconUtils.iconLine)
QgsIconUtils.iconPolygon = staticmethod(QgsIconUtils.iconPolygon)
QgsIconUtils.iconGeometryCollection = staticmethod(QgsIconUtils.iconGeometryCollection)
QgsIconUtils.iconTable = staticmethod(QgsIconUtils.iconTable)
QgsIconUtils.iconRaster = staticmethod(QgsIconUtils.iconRaster)
QgsIconUtils.iconDefaultLayer = staticmethod(QgsIconUtils.iconDefaultLayer)
QgsIconUtils.iconMesh = staticmethod(QgsIconUtils.iconMesh)
QgsIconUtils.iconVectorTile = staticmethod(QgsIconUtils.iconVectorTile)
QgsIconUtils.iconPointCloud = staticmethod(QgsIconUtils.iconPointCloud)
QgsIconUtils.iconTiledScene = staticmethod(QgsIconUtils.iconTiledScene)
QgsIconUtils.iconForLayer = staticmethod(QgsIconUtils.iconForLayer)
QgsIconUtils.iconForLayerType = staticmethod(QgsIconUtils.iconForLayerType)
except NameError:
pass