mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
7 lines
282 B
Python
7 lines
282 B
Python
# The following has been generated automatically from src/core/diagram/qgsdiagram.h
|
|
try:
|
|
QgsDiagram.__abstract_methods__ = ['clone', 'renderDiagram', 'diagramName', 'diagramSize', 'legendSize']
|
|
QgsDiagram.__group__ = ['diagram']
|
|
except (NameError, AttributeError):
|
|
pass
|