QGIS/python/core/auto_additions/qgsexternalstorage.py
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

30 lines
1.3 KiB
Python

# The following has been generated automatically from src/core/externalstorage/qgsexternalstorage.h
try:
QgsExternalStorageContent.__attribute_docs__ = {'errorOccurred': 'The signal is emitted when an error occurred. ``errorString`` is a textual description of the error\n', 'progressChanged': 'The signal is emitted whenever content fetching/storing estimated progression value ``progress`` has changed.\n``progress`` value is between 0 and 100.\n', 'canceled': 'The signal is emitted when content fetching/storing has been canceled\n'}
except NameError:
pass
try:
QgsExternalStorageFetchedContent.__attribute_docs__ = {'fetched': 'The signal is emitted when the resource has successfully been fetched\n'}
except NameError:
pass
try:
QgsExternalStorageStoredContent.__attribute_docs__ = {'stored': 'The signal is emitted when the resource has successfully been stored\n'}
except NameError:
pass
try:
QgsExternalStorage.__group__ = ['externalstorage']
except NameError:
pass
try:
QgsExternalStorageContent.__group__ = ['externalstorage']
except NameError:
pass
try:
QgsExternalStorageFetchedContent.__group__ = ['externalstorage']
except NameError:
pass
try:
QgsExternalStorageStoredContent.__group__ = ['externalstorage']
except NameError:
pass