mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
9 lines
621 B
Python
9 lines
621 B
Python
# The following has been generated automatically from src/core/symbology/qgssvgcache.h
|
|
try:
|
|
QgsSvgCache.__attribute_docs__ = {'statusChanged': 'Emit a signal to be caught by qgisapp and display a msg on status bar.\n\n.. deprecated:: 3.6\n\n No longer emitted.\n', 'remoteSvgFetched': 'Emitted when the cache has finished retrieving an SVG file from a remote\n``url``.\n\n.. versionadded:: 3.2\n'}
|
|
QgsSvgCache.__overridden_methods__ = ['checkReply']
|
|
QgsSvgCache.__signal_arguments__ = {'remoteSvgFetched': ['url: str']}
|
|
QgsSvgCache.__group__ = ['symbology']
|
|
except (NameError, AttributeError):
|
|
pass
|