mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04: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
|