mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			660 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			660 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/gui/callouts/qgscalloutwidget.h
 | 
						|
try:
 | 
						|
    QgsCalloutWidget.__attribute_docs__ = {'changed': 'Should be emitted whenever configuration changes happened on this symbol layer configuration.\nIf the subsymbol is changed, :py:func:`~QgsCalloutWidget.symbolChanged` should be emitted instead.\n'}
 | 
						|
    QgsCalloutWidget.__virtual_methods__ = ['setContext']
 | 
						|
    QgsCalloutWidget.__abstract_methods__ = ['setCallout', 'callout', 'setGeometryType']
 | 
						|
    QgsCalloutWidget.__overridden_methods__ = ['createExpressionContext']
 | 
						|
    QgsCalloutWidget.__group__ = ['callouts']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |