QGIS/python/core/auto_additions/qgslayeritem.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

21 lines
1.3 KiB
Python

# The following has been generated automatically from src/core/browser/qgslayeritem.h
try:
QgsLayerItem.typeFromMapLayer = staticmethod(QgsLayerItem.typeFromMapLayer)
QgsLayerItem.layerTypeAsString = staticmethod(QgsLayerItem.layerTypeAsString)
QgsLayerItem.iconName = staticmethod(QgsLayerItem.iconName)
QgsLayerItem.iconForWkbType = staticmethod(QgsLayerItem.iconForWkbType)
QgsLayerItem.iconPoint = staticmethod(QgsLayerItem.iconPoint)
QgsLayerItem.iconLine = staticmethod(QgsLayerItem.iconLine)
QgsLayerItem.iconPolygon = staticmethod(QgsLayerItem.iconPolygon)
QgsLayerItem.iconTable = staticmethod(QgsLayerItem.iconTable)
QgsLayerItem.iconRaster = staticmethod(QgsLayerItem.iconRaster)
QgsLayerItem.iconDefault = staticmethod(QgsLayerItem.iconDefault)
QgsLayerItem.iconMesh = staticmethod(QgsLayerItem.iconMesh)
QgsLayerItem.iconVectorTile = staticmethod(QgsLayerItem.iconVectorTile)
QgsLayerItem.iconPointCloud = staticmethod(QgsLayerItem.iconPointCloud)
QgsLayerItem.__virtual_methods__ = ['comments', 'deleteLayer', 'layerName']
QgsLayerItem.__overridden_methods__ = ['equal', 'hasDragEnabled', 'mimeUris', 'databaseConnection']
QgsLayerItem.__group__ = ['browser']
except (NameError, AttributeError):
pass