mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
15 lines
630 B
Python
15 lines
630 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."""
|
|
try:
|
|
QgsPointDistanceRenderer.__group__ = ['symbology']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsPointDistanceRenderer.GroupedFeature.__group__ = ['symbology']
|
|
except NameError:
|
|
pass
|