QGIS/python/core/auto_additions/qgspointdistancerenderer.py
Nyall Dawson 989e62a80f Handle docstrings for c++ structs
sip doesn't support the docstring directive for structs (only classes),
so patch these back in via sipify magic
2024-08-16 07:28:29 +10:00

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."""