Skip to content

Commit bd5703c

Browse files
committed
Add \note not available in python bindings
1 parent f0ddef4 commit bd5703c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/analysis/vector/geometry_checker/qgsfeaturepool.h

+7-1
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,16 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
6161
/**
6262
* Returns the complete set of feature ids in this pool.
6363
* Note that this concerns the features governed by this pool, which are not necessarily all cached.
64+
*
65+
* \note not available in Python bindings
6466
*/
6567
QgsFeatureIds allFeatureIds() const SIP_SKIP;
6668

6769
/**
6870
* Get all feature ids in the bounding box \a rect. It will use a spatial index to
6971
* determine the ids.
72+
*
73+
* \note not available in Python bindings
7074
*/
7175
QgsFeatureIds getIntersects( const QgsRectangle &rect ) const SIP_SKIP;
7276

@@ -84,7 +88,7 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
8488
* the pointer will need to be checked for validity
8589
* before usage.
8690
*
87-
* \note Not available in Python
91+
* \note not available in Python bindings
8892
*/
8993
QPointer<QgsVectorLayer> layerPtr() const SIP_SKIP;
9094

@@ -127,6 +131,8 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
127131
* Set all the feature ids governed by this feature pool.
128132
* Should be called by subclasses constructor and whenever
129133
* they insert a new feature.
134+
*
135+
* \note not available in Python bindings
130136
*/
131137
void setFeatureIds( const QgsFeatureIds &ids ) SIP_SKIP;
132138

0 commit comments

Comments
 (0)