mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			692 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			692 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/elevation/qgselevationprofilemanagermodel.h
 | 
						|
# monkey patching scoped based enum
 | 
						|
QgsElevationProfileManagerModel.CustomRole.ElevationProfile.__doc__ = "Elevation profile object"
 | 
						|
QgsElevationProfileManagerModel.CustomRole.__doc__ = """Custom model roles.
 | 
						|
 | 
						|
* ``ElevationProfile``: Elevation profile object
 | 
						|
 | 
						|
"""
 | 
						|
# --
 | 
						|
QgsElevationProfileManagerModel.CustomRole.baseClass = QgsElevationProfileManagerModel
 | 
						|
try:
 | 
						|
    QgsElevationProfileManagerModel.__group__ = ['elevation']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 | 
						|
try:
 | 
						|
    QgsElevationProfileManagerProxyModel.__group__ = ['elevation']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |