QGIS/python/core/auto_additions/qgschartplotregistry.py
2025-08-22 10:41:20 +10:00

13 lines
812 B
Python

# The following has been generated automatically from src/core/plot/qgschartplotregistry.h
try:
QgsChartPlotRegistry.__attribute_docs__ = {'chartAdded': 'Emitted whenever a new chart type is added to the registry, with the\nspecified ``type`` and visible ``name``.\n', 'chartAboutToBeRemoved': 'Emitted whenever a new chart type is added to the registry, with the\nspecified ``type`` and visible ``name``.\n'}
QgsChartPlotRegistry.__signal_arguments__ = {'chartAdded': ['type: str', 'name: str'], 'chartAboutToBeRemoved': ['type: str']}
QgsChartPlotRegistry.__group__ = ['plot']
except (NameError, AttributeError):
pass
try:
QgsChartPlotAbstractMetadata.__abstract_methods__ = ['createChart']
QgsChartPlotAbstractMetadata.__group__ = ['plot']
except (NameError, AttributeError):
pass