mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			401 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			401 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/3d/lights/qgslightsource.h
 | 
						|
try:
 | 
						|
    QgsLightSource.createFromXml = staticmethod(QgsLightSource.createFromXml)
 | 
						|
    QgsLightSource.__virtual_methods__ = ['resolveReferences']
 | 
						|
    QgsLightSource.__abstract_methods__ = ['type', 'clone', 'writeXml', 'readXml']
 | 
						|
    QgsLightSource.__group__ = ['lights']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |