mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			877 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			877 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/symbology/qgsstyle.h
 | |
| QgsStyle.SymbolEntity = QgsStyle.StyleEntity.SymbolEntity
 | |
| QgsStyle.TagEntity = QgsStyle.StyleEntity.TagEntity
 | |
| QgsStyle.ColorrampEntity = QgsStyle.StyleEntity.ColorrampEntity
 | |
| QgsStyle.SmartgroupEntity = QgsStyle.StyleEntity.SmartgroupEntity
 | |
| QgsStyle.TextFormatEntity = QgsStyle.StyleEntity.TextFormatEntity
 | |
| QgsStyle.LabelSettingsEntity = QgsStyle.StyleEntity.LabelSettingsEntity
 | |
| QgsStyle.LegendPatchShapeEntity = QgsStyle.StyleEntity.LegendPatchShapeEntity
 | |
| QgsStyle.Symbol3DEntity = QgsStyle.StyleEntity.Symbol3DEntity
 | |
| # monkey patching scoped based enum
 | |
| QgsStyle.TextFormatContext.Labeling.__doc__ = "Text format used in labeling"
 | |
| QgsStyle.TextFormatContext.__doc__ = "Text format context.\n\n.. versionadded:: 3.20\n\n" + '* ``Labeling``: ' + QgsStyle.TextFormatContext.Labeling.__doc__
 | |
| # --
 |