Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

16 lines
787 B
Python

# The following has been generated automatically from src/core/browser/qgsdataitem.h
try:
QgsDataItem.__attribute_docs__ = {'stateChanged': "Emitted when an item's state is changed.\n", 'connectionsChanged': 'Emitted when the connections of the provider with the specified ``providerKey`` have changed.\n\nThis signal is normally forwarded to the app in order to refresh the connection\nitem in the provider dialogs and to refresh the connection items in the other\nopen browsers.\n'}
except NameError:
pass
QgsDataItem.findItem = staticmethod(QgsDataItem.findItem)
QgsDataItem.pathComponent = staticmethod(QgsDataItem.pathComponent)
try:
QgsDataItem.__group__ = ['browser']
except NameError:
pass
try:
QgsErrorItem.__group__ = ['browser']
except NameError:
pass