Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -15,7 +15,7 @@ class QgsMapLayerFactory |
|
|
%Docstring |
|
|
Contains utility functions for creating map layers. |
|
|
|
|
|
.. versionadded:: 3.20 |
|
|
.. versionadded:: 3.18.1 |
|
|
%End |
|
|
|
|
|
%TypeHeaderCode |
|
|
|
@@ -160,7 +160,7 @@ Returns the provider metadata capabilities. |
|
|
%Docstring |
|
|
Returns the provider's capabilities. |
|
|
|
|
|
.. versionadded:: 3.20 |
|
|
.. versionadded:: 3.18.1 |
|
|
%End |
|
|
|
|
|
QString library() const /Deprecated/; |
|
|
|
@@ -27,7 +27,7 @@ |
|
|
* \ingroup core |
|
|
* \brief Contains utility functions for creating map layers. |
|
|
* |
|
|
* \since QGIS 3.20 |
|
|
* \since QGIS 3.18.1 |
|
|
*/ |
|
|
class CORE_EXPORT QgsMapLayerFactory |
|
|
{ |
|
|
|
@@ -156,7 +156,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject |
|
|
/** |
|
|
* Provider capabilities |
|
|
* |
|
|
* \since QGIS 3.20 |
|
|
* \since QGIS 3.18.1 |
|
|
*/ |
|
|
enum ProviderCapability |
|
|
{ |
|
@@ -213,7 +213,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject |
|
|
/** |
|
|
* Returns the provider's capabilities. |
|
|
* |
|
|
* \since QGIS 3.20 |
|
|
* \since QGIS 3.18.1 |
|
|
*/ |
|
|
virtual QgsProviderMetadata::ProviderCapabilities providerCapabilities() const; |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.