mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
19 lines
1.5 KiB
Python
19 lines
1.5 KiB
Python
# The following has been generated automatically from src/core/providers/qgsprovidermetadata.h
|
|
QgsMeshDriverMetadata.MeshDriverCapability.baseClass = QgsMeshDriverMetadata
|
|
QgsMeshDriverMetadata.MeshDriverCapabilities.baseClass = QgsMeshDriverMetadata
|
|
MeshDriverCapabilities = QgsMeshDriverMetadata # dirty hack since SIP seems to introduce the flags in module
|
|
try:
|
|
QgsProviderMetadata.__attribute_docs__ = {'connectionCreated': 'Emitted when a connection with the specified ``name`` is created.\n\n.. note::\n\n Only providers which implement the connection handling API will emit this signal.\n\n.. versionadded:: 3.14\n', 'connectionDeleted': 'Emitted when the connection with the specified ``name`` was deleted.\n\n.. note::\n\n Only providers which implement the connection handling API will emit this signal.\n\n.. versionadded:: 3.14\n', 'connectionChanged': 'Emitted when the connection with the specified ``name`` is changed, e.g. the settings\nrelating to the connection have been updated.\n\n.. note::\n\n Only providers which implement the connection handling API will emit this signal.\n\n.. versionadded:: 3.14\n'}
|
|
except NameError:
|
|
pass
|
|
QgsProviderMetadata.setBoolParameter = staticmethod(QgsProviderMetadata.setBoolParameter)
|
|
QgsProviderMetadata.boolParameter = staticmethod(QgsProviderMetadata.boolParameter)
|
|
try:
|
|
QgsMeshDriverMetadata.__group__ = ['providers']
|
|
except NameError:
|
|
pass
|
|
try:
|
|
QgsProviderMetadata.__group__ = ['providers']
|
|
except NameError:
|
|
pass
|