QGIS/python/core/auto_additions/qgsprojectproperty.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

19 lines
883 B
Python

# The following has been generated automatically from src/core/project/qgsprojectproperty.h
try:
QgsProjectProperty.__virtual_methods__ = ['writeXml']
QgsProjectProperty.__abstract_methods__ = ['dump', 'isKey', 'isValue', 'isLeaf', 'readXml', 'writeXml', 'value']
QgsProjectProperty.__group__ = ['project']
except (NameError, AttributeError):
pass
try:
QgsProjectPropertyKey.__virtual_methods__ = ['clear', 'clearKeys']
QgsProjectPropertyKey.__overridden_methods__ = ['value', 'dump', 'readXml', 'writeXml', 'isKey', 'isValue', 'isLeaf']
QgsProjectPropertyKey.__group__ = ['project']
except (NameError, AttributeError):
pass
try:
QgsProjectPropertyValue.__overridden_methods__ = ['isKey', 'isValue', 'value', 'isLeaf', 'dump', 'readXml', 'writeXml']
QgsProjectPropertyValue.__group__ = ['project']
except (NameError, AttributeError):
pass