QGIS/python/core/auto_additions/qgsabstractreportsection.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

15 lines
1023 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.__annotations__ = {'feature': 'QgsFeature', 'currentLayer': 'QgsVectorLayer', 'fieldFilters': 'Dict[str, object]'}
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