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

14 lines
880 B
Python

# The following has been generated automatically from src/core/layout/qgsabstractreportsection.h
try:
QgsReportSectionContext.__attribute_docs__ = {'feature': 'Current feature', 'currentLayer': 'Current coverage layer', 'fieldFilters': 'Current field filters'}
QgsReportSectionContext.__group__ = ['layout']
except (NameError, AttributeError):
pass
try:
QgsAbstractReportSection.__virtual_methods__ = ['reset', 'prepareHeader', 'prepareFooter', 'nextBody', 'reloadSettings', 'setParentSection', 'writePropertiesToElement', 'readPropertiesFromElement']
QgsAbstractReportSection.__abstract_methods__ = ['type', 'description', 'icon', 'clone']
QgsAbstractReportSection.__overridden_methods__ = ['count', 'filePath', 'layout', 'beginRender', 'next', 'endRender']
QgsAbstractReportSection.__group__ = ['layout']
except (NameError, AttributeError):
pass