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