Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Doxygen improvements
- Loading branch information
Showing
with
14 additions
and
6 deletions.
-
+4
−3
python/core/qgsvectorlayer.sip
-
+10
−3
src/core/qgsvectorlayer.h
|
@@ -349,19 +349,20 @@ class QgsVectorLayer : QgsMapLayer, QgsExpressionContextGenerator, QgsFeatureSin |
|
|
|
|
|
QString storageType() const; |
|
|
%Docstring |
|
|
Returns the permanent storage type for this layer as a friendly name. |
|
|
Returns the permanent storage type for this layer as a friendly name. |
|
|
This is obtained from the data provider and does not follow any standard. |
|
|
:rtype: str |
|
|
%End |
|
|
|
|
|
QString capabilitiesString() const; |
|
|
%Docstring |
|
|
Capabilities for this layer in a friendly format. |
|
|
Capabilities for this layer, comma separated and translated. |
|
|
:rtype: str |
|
|
%End |
|
|
|
|
|
QString dataComment() const; |
|
|
%Docstring |
|
|
Returns a comment for the data in the layer |
|
|
Returns a description for this layer as defined in the data provider. |
|
|
:rtype: str |
|
|
%End |
|
|
|
|
|
|
@@ -413,13 +413,20 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte |
|
|
*/ |
|
|
virtual QgsVectorLayer *clone() const override SIP_FACTORY; |
|
|
|
|
|
//! Returns the permanent storage type for this layer as a friendly name. |
|
|
/** |
|
|
* Returns the permanent storage type for this layer as a friendly name. |
|
|
* This is obtained from the data provider and does not follow any standard. |
|
|
*/ |
|
|
QString storageType() const; |
|
|
|
|
|
//! Capabilities for this layer in a friendly format. |
|
|
/** |
|
|
* Capabilities for this layer, comma separated and translated. |
|
|
*/ |
|
|
QString capabilitiesString() const; |
|
|
|
|
|
//! Returns a comment for the data in the layer |
|
|
/** |
|
|
* Returns a description for this layer as defined in the data provider. |
|
|
*/ |
|
|
QString dataComment() 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.