mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
7 lines
386 B
Python
7 lines
386 B
Python
# The following has been generated automatically from src/3d/qgslayoutitem3dmap.h
|
|
try:
|
|
QgsLayoutItem3DMap.create = staticmethod(QgsLayoutItem3DMap.create)
|
|
QgsLayoutItem3DMap.__overridden_methods__ = ['type', 'icon', 'displayName', 'finalizeRestoreFromXml', 'refresh', 'draw', 'writePropertiesToElement', 'readPropertiesFromElement']
|
|
except (NameError, AttributeError):
|
|
pass
|