mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			587 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			587 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/labeling/rules/qgslabelingenginerule.h
 | 
						|
try:
 | 
						|
    QgsAbstractLabelingEngineRule.__virtual_methods__ = ['isAvailable', 'description', 'resolveReferences', 'copyCommonProperties']
 | 
						|
    QgsAbstractLabelingEngineRule.__abstract_methods__ = ['clone', 'id', 'displayType', 'prepare', 'writeXml', 'readXml']
 | 
						|
    QgsAbstractLabelingEngineRule.__group__ = ['labeling', 'rules']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsLabelingEngineContext.__group__ = ['labeling', 'rules']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |