mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
sip doesn't support the docstring directive for structs (only classes), so patch these back in via sipify magic
7 lines
441 B
Python
7 lines
441 B
Python
# The following has been generated automatically from src/core/symbology/qgspointdistancerenderer.h
|
|
try:
|
|
QgsPointDistanceRenderer.__attribute_docs__ = {'feature': 'Feature', 'isSelected': 'True if feature is selected and should be rendered in a selected state', 'label': 'Optional label text'}
|
|
except NameError:
|
|
pass
|
|
QgsPointDistanceRenderer.GroupedFeature.__doc__ = """Contains properties for a feature within a clustered group."""
|