File tree 1 file changed +7
-1
lines changed
src/analysis/vector/geometry_checker
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,16 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
61
61
/* *
62
62
* Returns the complete set of feature ids in this pool.
63
63
* Note that this concerns the features governed by this pool, which are not necessarily all cached.
64
+ *
65
+ * \note not available in Python bindings
64
66
*/
65
67
QgsFeatureIds allFeatureIds () const SIP_SKIP;
66
68
67
69
/* *
68
70
* Get all feature ids in the bounding box \a rect. It will use a spatial index to
69
71
* determine the ids.
72
+ *
73
+ * \note not available in Python bindings
70
74
*/
71
75
QgsFeatureIds getIntersects ( const QgsRectangle &rect ) const SIP_SKIP;
72
76
@@ -84,7 +88,7 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
84
88
* the pointer will need to be checked for validity
85
89
* before usage.
86
90
*
87
- * \note Not available in Python
91
+ * \note not available in Python bindings
88
92
*/
89
93
QPointer<QgsVectorLayer> layerPtr () const SIP_SKIP;
90
94
@@ -127,6 +131,8 @@ class ANALYSIS_EXPORT QgsFeaturePool : public QgsFeatureSink SIP_ABSTRACT
127
131
* Set all the feature ids governed by this feature pool.
128
132
* Should be called by subclasses constructor and whenever
129
133
* they insert a new feature.
134
+ *
135
+ * \note not available in Python bindings
130
136
*/
131
137
void setFeatureIds ( const QgsFeatureIds &ids ) SIP_SKIP;
132
138
You can’t perform that action at this time.
0 commit comments