QGIS/python/core/auto_additions/qgschartregistry.py

13 lines
788 B
Python

# The following has been generated automatically from src/core/plot/qgschartregistry.h
try:
QgsChartRegistry.__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'}
QgsChartRegistry.__signal_arguments__ = {'chartAdded': ['type: str', 'name: str'], 'chartAboutToBeRemoved': ['type: str']}
QgsChartRegistry.__group__ = ['plot']
except (NameError, AttributeError):
pass
try:
QgsChartAbstractMetadata.__abstract_methods__ = ['createChart']
QgsChartAbstractMetadata.__group__ = ['plot']
except (NameError, AttributeError):
pass