mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			482 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			482 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/annotations/qgsannotationrectitem.h
 | 
						|
try:
 | 
						|
    QgsAnnotationRectItem.__abstract_methods__ = ['renderInBounds']
 | 
						|
    QgsAnnotationRectItem.__overridden_methods__ = ['flags', 'render', 'nodesV2', 'applyEditV2', 'transientEditResultsV2', 'boundingBox', 'copyCommonProperties', 'writeCommonProperties', 'readCommonProperties']
 | 
						|
    QgsAnnotationRectItem.__group__ = ['annotations']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |