QGIS/python/core/auto_additions/qgsvectorlayerjoinbuffer.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

9 lines
556 B
Python

# The following has been generated automatically from src/core/vector/qgsvectorlayerjoinbuffer.h
try:
QgsVectorLayerJoinBuffer.__attribute_docs__ = {'joinedFieldsChanged': "Emitted whenever the list of joined fields changes (e.g. added join or\njoined layer's fields change)\n"}
QgsVectorLayerJoinBuffer.joinSubsetIndices = staticmethod(QgsVectorLayerJoinBuffer.joinSubsetIndices)
QgsVectorLayerJoinBuffer.__overridden_methods__ = ['addFeatures']
QgsVectorLayerJoinBuffer.__group__ = ['vector']
except (NameError, AttributeError):
pass