mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			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, AttributeError):
 | |
|     pass
 |