mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
13 lines
788 B
Python
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
|