mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			719 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			719 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/gui/maptools/qgsmaptooldigitizefeature.h
 | 
						|
try:
 | 
						|
    QgsMapToolDigitizeFeature.__attribute_docs__ = {'digitizingCompleted': 'Emitted whenever the digitizing has been successfully completed\n\n:param feature: the new digitized feature\n', 'digitizingFinished': 'Emitted whenever the digitizing has been ended without digitizing\nany feature\n', 'digitizingCanceled': 'Emitted when the digitizing process was interrupted by the user.\n\n.. versionadded:: 3.28\n'}
 | 
						|
    QgsMapToolDigitizeFeature.__signal_arguments__ = {'digitizingCompleted': ['feature: QgsFeature']}
 | 
						|
    QgsMapToolDigitizeFeature.__group__ = ['maptools']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |